@blisdigital/ui-components
v3.7.1
Published
1. Install Visual Studio Code a. Install Vue Volar extension pack 2. Install Node.js 16 LTS: https://nodejs.org/en/download/ 3. Install the node modules that are used by the project via the following command: ```npm install```
Downloads
122
Readme
BLIS UI COMPONENTS
Setting up your development environment
- Install Visual Studio Code a. Install Vue Volar extension pack
- Install Node.js 16 LTS: https://nodejs.org/en/download/
- Install the node modules that are used by the project via the following command:
npm install
Running storybook
Run the following command to start the storybook website:
npm run storybook