$ git status //查看本地文件状态
$ git checkout 文件路径 //如果有需要,可以撤销修改
$ git add -A //如果有新增文件,敲该命令
$ git commit -a -m "提交备注" //本地 commit
$ git pull origin master //提交之前先去服务端拉代码
$ git push origin master //提交代码到主干
在浏览中打开http://localhost:3000
vux //https://vuxjs.gitbooks.io/vux/content/install/umd.html
echarts //http://echarts.baidu.com/
vue-resource //https://github.com/vuejs/vue-resource
vue-router //https://github.com/vuejs/vue-router
vue-upload-component //https://github.com/lian-yue/vue-upload-component
vue-validator //http://vuejs.github.io/vue-validator/