Browse Source

chore: docs

Basil 3 years ago
parent
commit
c8d286279a
1 changed files with 10 additions and 4 deletions
  1. 10 4
      README.md

+ 10 - 4
README.md

@@ -1,5 +1,13 @@
1 1
 # cx-tdba_weapp
2 2
 
3
+这是储蓄保小程序的优化版本,不在依赖 hbuildr 开发工具,
4
+
5
+基于vue cli 创建 uni app
6
+```
7
+vue create -p dcloudio/uni-preset-vue weapp-vue2
8
+```
9
+
10
+
3 11
 ## Project setup
4 12
 ```
5 13
 yarn install
@@ -7,13 +15,11 @@ yarn install
7 15
 
8 16
 ### Compiles and hot-reloads for development
9 17
 ```
10
-yarn serve
18
+yarn dev:mp-weixin
11 19
 ```
12 20
 
13 21
 ### Compiles and minifies for production
14 22
 ```
15
-yarn build
23
+yarn build:mp-weixin
16 24
 ```
17 25
 
18
-### Customize configuration
19
-See [Configuration Reference](https://cli.vuejs.org/config/).