add lerna monorepo

This commit is contained in:
Yanzhen Yu 2021-06-30 22:23:21 +08:00
parent 6e0536335e
commit 322e72b1ef
4 changed files with 4624 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
# local
.vscode
.idea
# log
*.log
*.log.*
node_modules

7
lerna.json Normal file
View File

@ -0,0 +1,7 @@
{
"packages": [
"packages/*"
],
"version": "independent",
"npmClient": "yarn"
}

10
package.json Normal file
View File

@ -0,0 +1,10 @@
{
"name": "root",
"private": true,
"scripts": {
"lerna": "lerna"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}

4598
yarn.lock Normal file

File diff suppressed because it is too large Load Diff