1 Star 0 Fork 0

zzz/nodeFrontRear

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
zzz 提交于 2024-04-18 09:26 +08:00 . '11'
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"start": "lerna run start --parallel",
"start:asc-bg": "lerna exec npm run start --scope=asc-bg",
"start:asc-main": "lerna run start --scope=asc-main",
"start:vue3": "lerna exec npm run start --scope=vue3",
"start:react17": "lerna exec npm run start --scope=react17",
"start:vue-demo1": "lerna exec npm run start --scope=vue-demo1",
"build": "lerna exec npm run build --scope=asc-bg",
"build:cli": "lerna exec npm run build --scope=asc-bg",
"clean:all": "lerna clean -y && rimraf node_modules/"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.33",
"lerna": "^6.5.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/zzzPython/node-front-rear.git
git@gitee.com:zzzPython/node-front-rear.git
zzzPython
node-front-rear
nodeFrontRear
master

搜索帮助