huangtao 3 年 前
コミット
9a548f936c
1 ファイル変更10 行追加0 行削除
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -1,29 +1,39 @@
 # jtxth5.web
 
 ## Project setup
+
 ```
 npm install
 ```
 
 ### Compiles and hot-reloads for development
+
 ```
 npm run serve
 ```
 
 ### 生产环境打包
+
 ```
 npm run build
 ```
 
 ### 测试环境打包
+
 ```
 npm run test
 ```
 
 ### Lints and fixes files
+
 ```
 npm run lint
 ```
 
+```
+
+```
+
 ### Customize configuration
+
 See [Configuration Reference](https://cli.vuejs.org/config/).