Skip to content

A magical vue admin based on vite. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features

License

Notifications You must be signed in to change notification settings

mi-saka10032/vite-element-admin

Repository files navigation

注意!

1.该项目仅是vue-element-admin的vite版本,将项目中的vue-cli脚手架替换为了vite运行,其余功能不变。

2.由于vite项目中不再支持CJS规范,因此大量的require语法失效,部分依赖因此做了相应的变更或本地化。

3.针对tinymce编辑器在线js文件被墙的问题,专门安装了对应的tinymce依赖和汉化语言包进行本地引入。

4.修改了一些语法上的bug。

5.vite版本的后台简易模板系统点击这里vite-element-template

vite vue element-ui Build Status license

简体中文

原作者项目链接

vue-element-admin 是一个后台前端解决方案,它基于 vueelement-ui实现。它使用了最新的前端技术栈,内置了 i18n 国际化解决方案,动态路由,权限验证,提炼了典型的业务模型,提供了丰富的功能组件,它可以帮助你快速搭建企业级中后台产品原型。相信不管你的需求是什么,本项目都能帮助到你。

开发

# 克隆项目
git clone https://gitee.com/mi-sa-ka10032/vite-element-admin

# 进入项目目录
cd vue-element-admin

# 安装依赖
npm install

# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm install --registry=https://registry.npm.taobao.org

# 启动服务
npm run dev

浏览器访问 http://localhost:9528

发布

# 构建测试环境
npm run build:stage

# 构建生产环境
npm run build:prod

其它

# 预览发布环境效果
npm run preview

# 预览发布环境效果 + 静态资源分析
npm run preview -- --report

# 代码格式检查
npm run lint

# 代码格式检查并自动修复
npm run lint -- --fix

更多信息请参考原作者文档 使用文档

License

MIT

Copyright (c) 2022 misaka10032

About

A magical vue admin based on vite. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published