0.1.14 • Published 2 years ago

sportafi-web-library-test v0.1.14

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

sportafi web components library

Vue3 + Storybook

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and run storybook for development

npm run storybook

Compiles and build library for publish

npm run build-libs

For publish no NPM

npm login
npm run build-libs
npm publish

Lints and fixes files

npm run lint

Customize configuration

If after install and run npm run storybook have error webpack, run npx sb init --builder webpack5