sbc-common-components
v3.1.6
Published
Common Vue Components to be used across BC Registries and Online Services.
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 wantHow 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-componentsHow to publish in NPM
npm publish --access public
Lints and fixes files
npm run lintRun your end-to-end tests
npm run test:e2eRun your unit tests
npm run test:unitComponents
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
