UNPKG

aime-component-lib

Version:
38 lines (24 loc) 733 B
# AIME Component library ![Version](https://img.shields.io/npm/v/aime-component-lib.svg) ## Requirements Before starting development with `aime-component-lib`, ensure you have the following: - [Node.js](https://nodejs.org/): JavaScript runtime environment. - [npm](https://www.npmjs.com/): Node.js package manager. ## VS Code Plugins - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) ## Installation Clone the repository: ```bash git clone <repository_url> cd aime-component-lib ``` ## Storybook Scripts ```bash npm run dev npm run build ``` ## Bundle Lib Scripts ```bash npm run build:lib ```