1.0.0 • Published 4 years ago

@webarkitekt/oparedo-ui v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

OPAREDO VUEJS UI (@internethic/oparedo-ui)

Netlify Status

Storybook available here : https://oparedo-ui.netlify.com/

Build is automatically triggered by netlify everytime a changed is pushed to the master branch.

How to add your component

  1. Create a git branch for your component
  2. Create a folder named with your component name in CamelCase
  3. Add your vue component file in CamelCase
  4. Create a story for your component
  5. Register your component in rollup listing src/index.js file
  6. Build the components index file with rollup npm build
  7. Commit your component branch
  8. Ask for a merge request on master assigned to a frontend dev

TODO

  • Add Storybook Snapshots
  • CI for rollup build