文件名称:vue2-manager-system:vue2 + ElementUI + Echarts快速打造自己的应用
文件大小:703KB
文件格式:ZIP
更新时间:2024-04-18 10:40:27
vue2 echarts elementui Vue
Vue后台管理系统演示
记录自己跟着开源项目( 对其中的一些知识的使用精心比较详细的注释说明。
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
项目截图
图表
轴距
项目使用到的技术点:
1.vue-router( )使用
【文件预览】:
vue2-manager-system-master
----.gitignore(127B)
----.babelrc(112B)
----package.json(1KB)
----package-lock.json(297KB)
----src()
--------components()
--------main.js(1KB)
--------assets()
--------Router()
--------App.vue(2KB)
--------main-testtransition.js(2KB)
--------Vuex()
----webpack.config.js(2KB)
----README.md(2KB)
----index.html(331B)
----.editorconfig(147B)
----.prettierrc(99B)