lazy-bee-ui
v1.0.0
Published
Lazybee is a front-end UI component Library for developing websites and web applications base on Vue.js. It provides useful components for the developer to building app and prototype quickly.
Readme
Lazybee-component
Lazybee is a front-end UI component Library for developing websites and web applications base on Vue.js. It provides useful components for the developer to building app and prototype quickly.
Demo
Add
Add a dependency to matched packages
$ lerna add module-1 --scope=module-2
// lerna add @lazy-bee/datetimepicker --scope=demobootstrap
this links all modules in a monorepo together. This way, you can immediately test whether a change will break code that relies on a module.
$ lerna bootstrapPublish
$ lerna run build-bundle ; lerna publishpublishing to org npm, needed to make it public on the first publish
$ npm publish --access=publicRun all test
$ lerna run test