0.1.0 • Published 5 years ago
store-components v0.1.0
store-components
Vue web components for the new version of platform/frontend.
Project requirements
- Node 12 or later
- Vue Cli 4
Project setup
npm i @vue/cli@4.4.6
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your unit tests
npm run test:unitRun your end-to-end tests
npm run test:e2eLints and fixes files
npm run lint # for js
npm run sass-lint # for cssStorybook Deploy & Visualization
The exported storybook is automatically deployed to GitHub pages on every push to the master branch. It is accessible at: https://nuuvem.gitlab.io/platform/store-components/ (requires access to this project on GitLab to be able to access it).
Run Storybook locally
npm run storybook0.1.0
5 years ago