商飞生产安全PC端

sunhongyao341504 e3271eac14 Merge branch 'page-config' into system-assemble il y a 2 ans
build 29ac1ae9e6 fix: 修复代码格式问题 il y a 2 ans
mock 4f08c66889 feat: 小地图自定义模块升级 il y a 2 ans
public 3b69cad773 用户管理页面 il y a 2 ans
src e3271eac14 Merge branch 'page-config' into system-assemble il y a 2 ans
types 16ca935eef 新增多租户版本 il y a 3 ans
.editorconfig 16ca935eef 新增多租户版本 il y a 3 ans
.env c43dc881d0 fix: 删除用不到的baseURL il y a 2 ans
.env.development 3ab669c4f3 添加预置位 il y a 2 ans
.env.production a324a97406 feat完成算法管理功能,修改左侧目录兰 il y a 2 ans
.env.test c43dc881d0 fix: 删除用不到的baseURL il y a 2 ans
.eslintignore 16ca935eef 新增多租户版本 il y a 3 ans
.eslintrc.js 16ca935eef 新增多租户版本 il y a 3 ans
.gitignore 16ca935eef 新增多租户版本 il y a 3 ans
.prettierignore 16ca935eef 新增多租户版本 il y a 3 ans
.stylelintignore 16ca935eef 新增多租户版本 il y a 3 ans
CHANGELOG.md 2a3665cc8b 1.3.8 il y a 2 ans
README.md 16ca935eef 新增多租户版本 il y a 3 ans
auto-imports.d.ts 16ca935eef 新增多租户版本 il y a 3 ans
commitlint.config.js 16ca935eef 新增多租户版本 il y a 3 ans
index.html 16ca935eef 新增多租户版本 il y a 3 ans
package.json 42522d8862 调整样式,增加删除和保存disabled功能 il y a 2 ans
pnpm-lock.yaml 4f08c66889 feat: 小地图自定义模块升级 il y a 2 ans
postcss.config.js 16ca935eef 新增多租户版本 il y a 3 ans
prettier.config.js 16ca935eef 新增多租户版本 il y a 3 ans
stylelint.config.js 16ca935eef 新增多租户版本 il y a 3 ans
tailwind.config.js 16ca935eef 新增多租户版本 il y a 3 ans
tsconfig.json 16ca935eef 新增多租户版本 il y a 3 ans
vite.config.ts 16ca935eef 新增多租户版本 il y a 3 ans

README.md

简介

NaiveAdminElement 是一个基于 Vue3.0ViteElement UITypeScript 的中后台解决方案,它使用了最新的前端技术栈,并提炼了典型的业务模型,页面,包括二次封装组件、动态菜单、权限校验、粒子化权限控制等功能,它可以帮助你快速搭建企业级中后台项目,相信不管是从新技术使用还是其他方面,都能帮助到你。

特性

  • 最新技术栈:使用 Vue3/vite2 等前端前沿技术开发
  • TypeScript: 应用程序级 JavaScript 的语言
  • 主题:可配置的主题
  • Mock 数据 内置 Mock 数据方案
  • 权限 内置完善的动态路由权限生成方案
  • 组件 二次封装了多个常用的组件

在线预览

账号:admin,密码:123456(随意)

文档

文档地址

准备

安装使用

  • 获取项目代码
git clone git@codeup.aliyun.com:naiveadmin/naive-admin-element.git
  • 安装依赖
cd naive-admin-element

pnpm install(如果电脑没有安装 pnpm 的,可以执行 npm install -g pnpm@next-7,node版本推荐16.x以上)

  • 运行
pnpm run dev
  • 打包
pnpm run build

更新日志

CHANGELOG

浏览器支持

本地开发推荐使用Chrome 80+ 浏览器

支持现代浏览器, 不支持 IE

IEEdgeFirefox
 Edge
 Edge
Firefox
ChromeChrome SafariSafari not support last 2 versions last 2 versions last 2 versions last 2 versions

维护者

@Ah jung