@webarkitekt/oparedo-ui
v1.0.0
Published
VueJS Components
Downloads
2
Readme
OPAREDO VUEJS UI (@internethic/oparedo-ui)
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
- Create a git branch for your component
- Create a folder named with your component name in CamelCase
- Add your vue component file in CamelCase
- Create a story for your component
- Register your component in rollup listing
src/index.js
file - Build the components index file with rollup
npm build
- Commit your component branch
- Ask for a merge request on master assigned to a frontend dev
TODO
- [ ] Add Storybook Snapshots
- [ ] CI for rollup build