A qiantan hong project with vue.js
说明 | 备注 | 说明 | 备注 | 说明 | 备注 |
---|---|---|---|---|---|
前端框架 | vue.js | 组件库 | iview | mock 假数据 | json-server |
路由管理 | vue-router | 图表插件 | ECharts | 表单验证 | vee-validate |
状态管理 | vuex | AJAX请求 | axios | less | less |
column | column |
---|---|
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# run mock
npm run mock
# run mock and dev
npm run devmock
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
项目做完后学会总结,我觉得这才是做项目的真正意义。 本项目开发过程中get到了以下几个点:
vee-validate
(表单验证)、FormData
(上传)、Promise
、json-server
(mock模拟假数据),当然还有用的最多的echarts
(图表)。