1.0.0 • Published 6 years ago

test-mobile-ui v1.0.0

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago
测试移动端.

git提交代码常用命令

$ 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/