1 Star 0 Fork 0

Waltiu/JScreen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 877 Bytes
一键复制 编辑 原始数据 按行查看 历史
Waltiu 提交于 2021-07-09 21:35 . 保存代码
{
"name": "jscreen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "npm-run-all --parallel install:*",
"build": "npm-run-all --parallel build:*",
"start":"npm-run-all --parallel start:*",
"install:base": "cd ScreenBase && yarn",
"start:base": "cd ScreenBase && npm start",
"build-base": "cd ScreenBase && npm build",
"install:config": "cd ScreenConfig && yarn",
"start:config": "cd ScreenConfig && npm start",
"build:config": "cd ScreenConfig && npm build",
"install:view": "cd ScreenView && yarn",
"start:view": "cd ScreenView && yarn start",
"build:view": "cd ScreenView && yarn build"
},
"repository": {
"type": "git",
"url": "https://gitee.com/waltiu/jscreen.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"npm-run-all": "^4.1.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/waltiu/jscreen.git
[email protected]:waltiu/jscreen.git
waltiu
jscreen
JScreen
master

搜索帮助