开源实例之Vue Element Admin
前言
vue-element-admin is a production-ready front-end solution for admin interfaces. It is based on vue and uses the UI Toolkit element-ui.
vue-element-admin 是一个后台前端解决方案,它基于 vue 和 element-ui实现。
vue-element-admin is based on the newest development stack of vue and it has a built-in i18n solution, typical templates for enterprise applications, and lots of awesome features. It helps you build large and complex Single-Page Applications. I believe whatever your needs are, this project will help you.
vue-element-admin使用了最新的前端技术栈,内置了 i18n 国际化解决方案,动态路由,权限验证,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。
实例地址
https://vue-element-admin.dujun.eu.org
实例配置
配置 | 描述 |
---|---|
系统 | Debian |
服务端 | Node.js 16 |
程序 | Vue Element Admin 4.4.0 |
实例部署
权限要求
- 具有系统读写权限
- 已安装 Node.js
安装程序
官网地址:https://panjiachen.github.io/vue-element-admin-site
仓库地址:https://github.com/PanJiaChen/vue-element-admin
#安装
git clone https://github.com/PanJiaChen/vue-element-admin.git
cd vue-element-admin
npm install
#打包
npm run build:prod
实例体验
后记
本实例仅供参考,不定期重置数据。