Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 514 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 514 Bytes

@cosmos-ui/vue

npm version

Vue UI component library

Run

npm i

Development

npm run serve

Contributing

  1. Run npm i; npm run serve to start Storybook locally
  2. Open http://localhost:9999
  3. Create a Component in src
  4. The Component directory must includes Component.vue and Component.stories.js
  5. config.js will automatically import all files ending in *.stories.js