0.0.3 • Published 7 years ago

tui-vue-turnplate v0.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

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.

  • DOCS

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