商飞生产安全PC端

xiaoma 005c9d0025 完善多租户对接 il y a 3 ans
build 16ca935eef 新增多租户版本 il y a 3 ans
mock 16ca935eef 新增多租户版本 il y a 3 ans
public 16ca935eef 新增多租户版本 il y a 3 ans
src 005c9d0025 完善多租户对接 il y a 3 ans
types 16ca935eef 新增多租户版本 il y a 3 ans
.editorconfig 16ca935eef 新增多租户版本 il y a 3 ans
.env 005c9d0025 完善多租户对接 il y a 3 ans
.env.development c46299a1d1 完善多租户版本 il y a 3 ans
.env.production c46299a1d1 完善多租户版本 il y a 3 ans
.env.test 16ca935eef 新增多租户版本 il y a 3 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 16ca935eef 新增多租户版本 il y a 3 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 16ca935eef 新增多租户版本 il y a 3 ans
pnpm-lock.yaml 16ca935eef 新增多租户版本 il y a 3 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