CRM-System
是一款开源免费且开箱即用的中后台管理系统模版。使用了最新的 Vue3
、Vite
、Element-Plus
、TypeScript
、Pinia
、Tailwindcss
等主流技术开发
- 获取项目代码
git clone https://github.com/n0liu/CRM-System.git
- 安装依赖
cd CRM-System
pnpm install
- 运行
pnpm serve
- 打包
pnpm build
非常欢迎您的加入!提一个 Issue 或者提交一个 Pull Request
Pull Request:
- Fork 代码!
- 创建自己的分支:
git checkout -b feat/xxxx
- 提交您的修改:
git commit -am 'feat(function): add xxxxx'
- 推送您的分支:
git push origin feat/xxxx
- 提交
pull request
-
feat
增加新功能fix
修复问题/BUGstyle
代码风格相关无影响运行结果的perf
优化/性能提升refactor
重构revert
撤销修改test
测试相关docs
文档/注释chore
依赖更新/脚手架配置修改等workflow
工作流改进ci
持续集成types
类型定义文件更改
本地开发推荐使用 Chrome 80+
浏览器
支持现代浏览器, 不支持 IE
IE |
Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |