Browse Source

update readme

louyu 7 years ago
parent
commit
e1ea9c5589
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -11,6 +11,9 @@ npm install
 # serve with hot reload at localhost:8080
 # serve with hot reload at localhost:8080
 npm run dev
 npm run dev
 
 
+# 启动mock服务器(localhost:3000)
+npm run mockfaker
+
 # build for production with minification
 # build for production with minification
 npm run build
 npm run build