https://github.com/netcorepal/d3shop-vben-admin
https://github.com/netcorepal/d3shop-vben-admin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netcorepal/d3shop-vben-admin
- Owner: netcorepal
- License: mit
- Created: 2025-04-01T14:29:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-04T20:22:50.000Z (about 1 year ago)
- Last Synced: 2025-06-06T15:07:37.381Z (about 1 year ago)
- Language: Vue
- Size: 5.93 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](LICENSE)
d3shop-vben-admin
## 简介
d3shop-vben-admin 基于 Vben Admin 的前端vue版本。
## 特性
- **最新技术栈**:使用 Vue3/vite 等前端前沿技术开发
- **TypeScript**: 应用程序级 JavaScript 的语言
- **主题**:提供多套主题色彩,可配置自定义主题
- **国际化**:内置完善的国际化方案
- **权限** 内置完善的动态路由权限生成方案
## 文档
[文档地址](https://doc.vben.pro/)
## 安装使用
- 获取项目代码
```bash
git clone https://github.com/netcorepal/d3shop-vben-admin.git
```
- 安装依赖
```bash
cd d3shop-vben-admin
corepack enable
pnpm install
```
- 运行
```bash
pnpm run dev:antd
```
- 打包
```bash
pnpm build
```
**Pull Request:**
1. Fork 代码!
2. 创建自己的分支: `git checkout -b feature/xxxx`
3. 提交你的修改: `git commit -am 'feat(function): add xxxxx'`
4. 推送您的分支: `git push origin feature/xxxx`
5. 提交`pull request`
## Git 贡献提交规范
- 参考 [vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md) 规范 ([Angular](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular))
- `feat` 增加新功能
- `fix` 修复问题/BUG
- `style` 代码风格相关无影响运行结果的
- `perf` 优化/性能提升
- `refactor` 重构
- `revert` 撤销修改
- `test` 测试相关
- `docs` 文档/注释
- `chore` 依赖更新/脚手架配置修改等
- `ci` 持续集成
- `types` 类型定义文件更改
- `wip` 开发中
## License
[MIT © Vben-2020](./LICENSE)