湖州项目前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhouhaibin 218b4a39b7 first commit 6 months ago
.github first commit 6 months ago
.husky first commit 6 months ago
.vscode first commit 6 months ago
apps first commit 6 months ago
internal first commit 6 months ago
packages first commit 6 months ago
public first commit 6 months ago
src first commit 6 months ago
types first commit 6 months ago
.browserslistrc first commit 6 months ago
.commitlintrc.js first commit 6 months ago
.dockerignore first commit 6 months ago
.editorconfig first commit 6 months ago
.env first commit 6 months ago
.env.analyze first commit 6 months ago
.env.development first commit 6 months ago
.env.docker first commit 6 months ago
.env.production first commit 6 months ago
.env.test first commit 6 months ago
.eslintignore first commit 6 months ago
.eslintrc.js first commit 6 months ago
.gitattributes first commit 6 months ago
.gitignore first commit 6 months ago
.gitpod.yml first commit 6 months ago
.npmrc first commit 6 months ago
.prettierignore first commit 6 months ago
.prettierrc.js first commit 6 months ago
.stylelintignore first commit 6 months ago
.stylelintrc.js first commit 6 months ago
CHANGELOG.md first commit 6 months ago
CNAME first commit 6 months ago
Dockerfile first commit 6 months ago
LICENSE first commit 6 months ago
README.md first commit 6 months ago
index.html first commit 6 months ago
nginx.conf first commit 6 months ago
package.json first commit 6 months ago
pnpm-workspace.yaml first commit 6 months ago
tsconfig.json first commit 6 months ago
turbo.json first commit 6 months ago
uno.config.ts first commit 6 months ago
vite.config.ts first commit 6 months ago

README.md

Easy-Vben-Admin Logo

Easy-Vben-Admin

简介

Easy-Vben-Admin 是一个免费开源的中后台模版。使用了最新的vue3,vite2,TypeScript等主流技术开发,开箱即用的中后台前端解决方案,也可用于学习参考。

特性

  • 最新技术栈:使用 Vue3/vite2 等前端前沿技术开发
  • TypeScript: 应用程序级 JavaScript 的语言
  • 主题:可配置的主题
  • 国际化:内置完善的国际化方案
  • 权限 内置完善的动态路由权限生成方案
  • 组件 二次封装了多个常用的组件

预览

测试账号: sysadmin/admin123

文档

文档地址

准备

安装使用

  • 获取项目代码
git clone https://github.com/TengChongChong/Easy-Vben-Admin.git
  • 安装依赖
cd Easy-Vben-Admin

pnpm install

  • 运行
pnpm serve
  • 打包
pnpm build

更新日志

CHANGELOG

项目地址

预览

预览 预览 预览 预览 预览 预览 预览 预览 预览 预览 预览 预览 预览

如何贡献

非常欢迎你的加入!提一个 Issue 或者提交一个 Pull Request。

Pull Request:

  1. Fork 代码!
  2. 创建自己的分支: git checkout -b feat/xxxx
  3. 提交你的修改: git commit -am 'feat(function): add xxxxx'
  4. 推送你的分支: git push origin feat/xxxx
  5. 提交pull request

Git 贡献提交规范

  • 参考 vue 规范 (Angular)

    • feat 增加新功能
    • fix 修复问题/BUG
    • style 代码风格相关无影响运行结果的
    • perf 优化/性能提升
    • refactor 重构
    • revert 撤销修改
    • test 测试相关
    • docs 文档/注释
    • chore 依赖更新/脚手架配置修改等
    • workflow 工作流改进
    • ci 持续集成
    • types 类型定义文件更改
    • wip 开发中

浏览器支持

本地开发推荐使用Chrome 80+ 浏览器

支持现代浏览器, 不支持 IE

 Edge
IE
 Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
not support last 2 versions last 2 versions last 2 versions last 2 versions

交流

Easy-Vben-Admin 是完全开源免费的项目,在帮助开发者更方便地进行中大型管理系统开发,同时也提供 QQ 交流群使用问题欢迎在群内提问。

  • QQ 群 747030643

License

MIT © EasyAdmin-2022