vue project
1.0.0
#Financial backend management system based on vue-cli ( vue2
+ vuex
+ axios
+ vue-router
+ element-ui
+ echarts
+ websocket
+ vue-i18n
)
1、学会使用vue-cli2.0构建项目.
2、基于(pomise)封装axios的get、post等http请求.
3、学会使用vue-router实现页面跳转带参.
4、学会使用vuex状态管理.
5、配套element-ui(主要对table的操作多)
6、对elementui进行二次封装组件,提高复用性
7、略微涉及echarts作图标分析
8、使用websocket监听ele进度条状态
9、使用vue-i18n实现国际化--中英文切换
10、使用Ngprogress做加载,类似github loading bar
( git clone
)
git clone https://github.com/hzlshen/vue-project.git
npm
(requires Node.js to be installed) npm install
npm run dev
npm run build
. ├── README.md ├── build // Build service and webpack configuration ├── config // Configuration of different project environments ├── dist // Project build directory ├── index.html // Project entry file ├── package.json // Project configuration file ├── src // production directory │ ├── assets // css js and image resources │ ├── axios // ajax url Place │ ├── components // Various components │ ├── images // Picture folder │ ├── i18n // International folder │ ├── page // Various pages │ ├── router // Page routing │ ├── store // vuex state manager │ ├── style // style file │ └── main.js // Webpack precompiled entry
###Project screenshots