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 159a9ef commit 4d5fc1eCopy full SHA for 4d5fc1e
my-project-vue2/README.md
@@ -1,19 +1,26 @@
1
# my-project-vue2
2
3
-## Project setup
+## 安装依赖
4
```
5
yarn install
6
7
8
-### Compiles and hot-reloads for development
+### 开发微信小程序
9
10
-yarn serve
+yarn dev:mp-weixin
11
12
13
-### Compiles and minifies for production
+### 打包微信小程序
14
15
-yarn build
+yarn build:mp-weixin
16
17
18
-### Customize configuration
19
-See [Configuration Reference](https://cli.vuejs.org/config/).
+### 更多命令
+具体命令可看文件 package.json,或者 [文档](https://uniapp.dcloud.net.cn/worktile/CLI.html).
20
+
21
+### 注意
22
+uview ui 需要安装 node-sass,必须对应相应的node版本。主要注意以下几个库的版本:
23
+1. node -v // v14.20.0
24
+2. vue --version //@vue/cli 4.5.19
25
+3. node-sass //4.14.1
26
+4. sass-loader //^10.1.1
0 commit comments