verida / verida-vue-components

Open Source Vue Components for Verida
ISC License
0 stars 1 forks source link

Verida Vue Component Library (Monorepo)

Development mode for storybook

View and interact with components using storybook

run the following commands

Install packages for all components:

  yarn install

Storybook support is coming.

Development for SFC (Single file component)

cd into the component you want to run the dev mode locally and run this command


yarn && yarn serve 

Create a new component folder

Using the vue-sfc-rollup run these command

 yarn create-sfc

NB: enter npm package name using this prefix e.g @verida/vue-my-component

in the cmd options select the project directory to be ./component/name-of-the-component