0.0.2 • Published 1 year ago

lerna-vue3 v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

安装 git

安装 lerna

npm install --global lerna

git init lerna-repo && cd lerna-repo

lerna init 生成 packages

配置 lerna.json

yarn install

lerna create LButton

解析 ts 中的 vue 文件

yarn add typescript -W(所有目录而不是当前 LButton 包)

npx tsc --init(自动生成 tsconfig.json)