0.1.0 • Published 4 years ago

store-components v0.1.0

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
4 years ago

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 install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint # for js
npm run sass-lint # for css

Storybook 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 storybook