安全生产前端

dutingting authored on 16 Aug
plop-templates first commit 10 months ago
public first commit 10 months ago
scripts first commit 10 months ago
src bug修复、设备管理详情页面增加字段 10 months ago
vite/ plugins first commit 10 months ago
.commitlintrc.js first commit 10 months ago
.editorconfig first commit 10 months ago
.env.development first commit 10 months ago
.env.production first commit 10 months ago
.env.test first commit 10 months ago
.eslintrc first commit 10 months ago
.gitignore first commit 10 months ago
.lintstagedrc first commit 10 months ago
.npmrc first commit 10 months ago
.stylelintignore first commit 10 months ago
.stylelintrc first commit 10 months ago
LICENSE first commit 10 months ago
README.md first commit 10 months ago
departments150.json first commit 10 months ago
favicon.ico first commit 10 months ago
index.html first commit 10 months ago
package.json first commit 10 months ago
plopfile.js first commit 10 months ago
pnpm-lock.yaml bug修复、设备管理详情页面增加字段 10 months ago
postcss.config.js first commit 10 months ago
scss.template.hbs first commit 10 months ago
server.xml first commit 10 months ago
tsconfig.json first commit 10 months ago
tsconfig.node.json first commit 10 months ago
vite.config.ts first commit 10 months ago
README.md

安全生产智慧监管系统

简要说明

本项目基于Fantastic-admin改造而来 Fatastic-admin官网 ( 备用 )

特点

  • 丰富的布局与主题,覆盖市面上各种中后台应用场景,兼容PC、平板和移动端
  • 提供系统配置文件,轻松实现个性化定制
  • 精心设计的动效,让每一处的动画都干净利落
  • 根据路由配置自动生成导航栏
  • 基于文件系统的路由
  • 支持全方位权限验证
  • 内置多级路由最佳缓存方案
  • 轻松实现国际化多语言适配
  • 提供接近于浏览器原生标签栏操作体验的标签页功能

分支说明

  • master Vue3 版本框架源码分支,不含示例代码,可直接用于实际开发
  • dev 开发分支

预览

开发环境

使用本模板前,需要在本地依次安装好 Node.js, pnpm, Git 和 Visual Studio Code。

注意: Node.js 版本需 >= 14.18.0 ,建议为 16.x

然后在 Visual Studio Code 里安装好以下扩展:

  • EditorConfig for VS Code
  • DotENV
  • ESLint
  • stylelint
  • Vue Language Features
  • TypeScript Vue Plugin

以上 6 个为开发时必备扩展,以下则是作者建议安装的扩展,安装它们将在一定程度上提升开发效率。

  • Chinese (Simplified) Language Pack for Visual Studio Code 中文语言包
  • Color Highlight 在代码中高亮颜色
  • Highlight Matching Tag 高亮显示匹配的标签
  • Image preview 图片预览
  • indent-rainbow 彩虹缩进提示

在 Visual Studio Code 里打开源码的文件夹,右下角会自动提示需要安装的依赖,直接点击安装即可。

pnpm指令

#安装全部依赖
pnpm install

#安装特定依赖
pnpm add 包名

#运行
pnpm run dev

#打包
pnpm run build

技术栈

了解并熟悉框架使用到的技术栈,能让你使用本框架更得心应手。

浏览器支持情况

主流浏览器和,不支持IE。

Edge Firefox Chrome Safari
90+ 80+ 90+ 14+

License

Copyright (c) 2022-present WangXiaoying