jdcProject_front/README.md

22 lines
732 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## ⚡️ 简介
一个中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite.
模板代码是从 [v3-admin v3.1.3](https://github.com/un-pany/v3-admin) 迁移而来,只是脚手架从 vue-cli 5.x 切换到了 vite并作了一些繁琐我适配.
现在还是预发布 **3.1.3-rc2** 版本正在努力重构中等待正式版v3.1.3)发布.
文档暂无,可以先用到 v3-admin 的文档,基本上是适用的.
## 开发
- 编辑器 vscode
- 安装 .vscode 中推荐的插件
- node 版本 16+
- pnpm 版本 6.x
- 安装依赖: pnpm i
- 运行项目: pnpm dev
- 打包测试环境: pnpm build:stage
- 打包正式环境: pnpm build:prod
- 代码检测: pnpm lint