We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a587b46 commit efaf057Copy full SHA for efaf057
README.md
@@ -6,10 +6,10 @@
6
7
## 开发
8
9
-1. 安装依赖:
+1. 初始化:
10
11
```
12
-npm install
+npm run init
13
14
15
2. 执行命令:
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "miniprogram_dist/index.js",
"scripts": {
- "init": "tnpm i && cd src/weui-wxss && tnpm i && gulp build:style && cd ../../ && npm run dev",
+ "init": "npm i && cd src/weui-wxss && npm i && gulp build:style && cd ../../ && npm run dev",
"dev": "gulp dev --develop",
"demo": "gulp demo --develop",
"watch": "gulp watch --develop --watch",
0 commit comments