johnteee / vue-packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DateTimePicker

Init Project

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 bootstrap

Add

Add a dependency to matched packages

$ lerna add module-1 --scope=module-2

// lerna add @lazy-copilot/datetimepicker --scope=demo

Publish

$ lerna run build-bundle ; lerna publish

publishing to org npm, needed to make it public on the first publish

$ npm publish --access=public

Run all test

$ lerna run test

Reference

About


Languages

Language:Vue 58.0%Language:JavaScript 27.6%Language:CSS 12.0%Language:HTML 2.4%