sbc-common-components
v3.0.15
Published
Common Vue Components to be used across BC Registries and Online Services.
Downloads
1,106
Keywords
Readme
sbc-common-components
The common components for all vue projects in SBC can reside here
How to consume it
npm install sbc-common-components --save
and use individual components as you want
How to do local development
use npm link for local dev.
go to the sbc-common-components project root
npm link
Go to the client project [where this module is being used] [ie SBC-AUTH or COOPS-WEB project]
npm link sbc-common-components
How to publish in NPM
npm publish --access public
Lints and fixes files
npm run lint
Run your end-to-end tests
npm run test:e2e
Run your unit tests
npm run test:unit
Components
TODO - Pending taks
- [ ] copy job to create licence etc for npm repo
- [ ] write tests
- [ ] more documentation in github page
- [ ] handle version update by script
- [ ] change logs