qianlishi 9800ccc235 init project report-v3-ts 8 months ago
..
mock 9800ccc235 init project report-v3-ts 8 months ago
public 9800ccc235 init project report-v3-ts 8 months ago
src 9800ccc235 init project report-v3-ts 8 months ago
types 9800ccc235 init project report-v3-ts 8 months ago
.editorconfig 9800ccc235 init project report-v3-ts 8 months ago
.env 9800ccc235 init project report-v3-ts 8 months ago
.env.development 9800ccc235 init project report-v3-ts 8 months ago
.env.production 9800ccc235 init project report-v3-ts 8 months ago
.eslintignore 9800ccc235 init project report-v3-ts 8 months ago
.eslintrc.js 9800ccc235 init project report-v3-ts 8 months ago
.gitignore 9800ccc235 init project report-v3-ts 8 months ago
.prettierignore 9800ccc235 init project report-v3-ts 8 months ago
.stylelintignore 9800ccc235 init project report-v3-ts 8 months ago
CHANGELOG.md 9800ccc235 init project report-v3-ts 8 months ago
README.md 9800ccc235 init project report-v3-ts 8 months ago
index.html 9800ccc235 init project report-v3-ts 8 months ago
package.json 9800ccc235 init project report-v3-ts 8 months ago
pnpm-lock.yaml 9800ccc235 init project report-v3-ts 8 months ago
postcss.config.js 9800ccc235 init project report-v3-ts 8 months ago
prettier.config.js 9800ccc235 init project report-v3-ts 8 months ago
stylelint.config.js 9800ccc235 init project report-v3-ts 8 months ago
tailwind.config.js 9800ccc235 init project report-v3-ts 8 months ago
tsconfig.json 9800ccc235 init project report-v3-ts 8 months ago
vite.config.ts 9800ccc235 init project report-v3-ts 8 months ago

README.md

简介

[report]() 基于 Vue3.5ViteNaive UITypeScript 等最新的前端技术栈开发。

特性

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

在线预览(测试环境)

  • [report]()

文档

[文档地址]()

准备

  • node -项目开发环境
  • pnpm pnpm - 速度快、节省磁盘空间的软件包管理器
  • Vite - 熟悉 vite 特性
  • Vue3 - 熟悉 Vue 基础语法
  • TypeScript - 熟悉TypeScript基本语法
  • Es6+ - 熟悉 es6 基本语法
  • Vue-Router-Next - 熟悉 vue-router 基本使用
  • Naive-ui - ui 基本使用
  • Mock.js - mockjs 基本语法

安装使用

  • 获取项目代码

    git clone
    
  • 安装依赖

    cd pms-web
    
    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

维护者

[](@jsq)