|
@@ -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/).
|