wyling il y a 3 ans
Parent
commit
84505a8360
1 fichiers modifiés avec 6 ajouts et 9 suppressions
  1. 6 9
      README.md

+ 6 - 9
README.md

@@ -1,19 +1,16 @@
-# vue2-jsshq
+# 极速生活圈
 
-## Project setup
+## 项目初始化
 ```
 npm install
 ```
 
-### Compiles and hot-reloads for development
+### 项目启动
 ```
-npm run serve
+npm run build:mp-weixin
 ```
 
-### Compiles and minifies for production
+### 启动后使用微信开发者工具打开
 ```
-npm run build
+打开目录dist/build/mp-weixin
 ```
-
-### Customize configuration
-See [Configuration Reference](https://cli.vuejs.org/config/).