Browse Source

打包说明

csg6 1 year ago
parent
commit
a70229445f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -7,13 +7,13 @@
7 7
 技术栈:vue-cli4 + webpack4 + vant + axios + less + postcss-px2rem
8 8
 
9 9
 ```js
10
-// 安装依赖
10
+# 安装依赖
11 11
 npm install
12 12
 
13
-// 本地启动
13
+/# 本地启动
14 14
 npm run dev
15 15
 
16
-// 生产打包
16
+# 构建生辰环境
17 17
 npm run build
18 18
 ```
19 19