s13n-components
v2.0.0-alpha.12
Published
A repo to contain Azoom standardized vue components
Downloads
3
Readme
s13n-component
A repo to contain Azoom standardized vue components
This repo using lerna to manage subpackages and lerna command can be accessed using yarn lerna
Project setup
yarn install
Install dependencies for ALL sub-packages
yarn pkg:bootstrap
Build sub-packages
Note: Might need adding new sub-commands to package.json for new sub-packages
yarn pkg:build
Publish ALL sub-packages
This will create a commit with message :bookmark: Publish
and create a tag of the modified package name with its version
yarn pkg:publish
Add new packages
This will create new vue project inside packages
folder via vue-cli-3
yarn pkg:create [package-name]