diff --git a/README.md b/README.md index 6f84c1f..ed3da2e 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,17 @@ npm install ### Compiles and hot-reloads for development ``` -npm run serve +npm run dev ``` ### Compiles and minifies for production ``` -npm run build +npm run dist +``` + +### Compiles and minifies for production +``` +npm run deploy -- -H 待部署主机的IP或域名 -r 待部署主机上的路径 -u 用户名 -p 密码 ``` ### Run your tests diff --git a/src/store/modules/node.js b/src/store/modules/node.js index 8fad66f..9ebdcfa 100644 --- a/src/store/modules/node.js +++ b/src/store/modules/node.js @@ -12,10 +12,10 @@ export default { ], itemList: [ { - height: '1', - timestamp: '2011-11-20', - type: '0', - hash: 'null', + height: 'loading', + timestamp: 'loading', + type: 'loading', + hash: 'loading', }, ], fetching: false,