0.0.3 • Published 7 years ago
tui-vue-turnplate v0.0.3
Packages
tui-vue-hooks
tui-vue-logger
tui-vue-qrcode
tui-vue-barcode
tui-vue-highcharts
tui-vue-swiper
lerna
A tool for managing JavaScript projects with multiple packages.
commands
// init repo with Fixed/Locked mode
lerna init
// init repo with independent mode.
lerna init -i
// installs all of packages dependencies
lerna bootstrap
// publish all packages
lerna publish