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