Commit c1469d2a by zsh

添加初始化子包命令

parent cefdf390
## Vue基础框架
### 开始使用
1. 初始化Gitlab仓库
1.1 选择: New project
![New project]('/')
1.2 选择: Import project
```
npm install
......
......@@ -10,6 +10,7 @@
"lint": "eslint --ext .js --ext .jsx --ext .vue client/",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
"precommit": "npm run lint-fix",
"init": "git submodule update --init --recursive",
"update": "cd runner && git pull origin master && git submodule update"
},
"author": "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment