达州优惠券平台-前端

laiqi 01380b7323 feat: 添加用户姓名、电话和地址字段到订单列表API,更新相关表单组件以支持清除功能 6 달 전
.cursor ebb2702cb0 feat: 更新项目描述和状态逻辑,调整角色管理中的角色列表获取方式 11 달 전
.vscode b56fd6fb11 Merge tag 'v5.5.6' into admin-dz 11 달 전
apps 01380b7323 feat: 添加用户姓名、电话和地址字段到订单列表API,更新相关表单组件以支持清除功能 6 달 전
internal a38c247f32 Merge tag 'v5.5.7' into admin-dz 11 달 전
packages 01380b7323 feat: 添加用户姓名、电话和地址字段到订单列表API,更新相关表单组件以支持清除功能 6 달 전
scripts a38c247f32 Merge tag 'v5.5.7' into admin-dz 11 달 전
.browserslistrc 0970c567d8 feat: 初始化仓库; 1 년 전
.commitlintrc.js 0970c567d8 feat: 初始化仓库; 1 년 전
.dockerignore 0970c567d8 feat: 初始化仓库; 1 년 전
.editorconfig 0970c567d8 feat: 初始化仓库; 1 년 전
.gitattributes 0970c567d8 feat: 初始化仓库; 1 년 전
.gitconfig 0970c567d8 feat: 初始化仓库; 1 년 전
.gitignore aad7642fb0 chore: 更新.gitignore,移除auto-imports.d.ts和components.d.ts文件 1 년 전
.gitpod.yml b56fd6fb11 Merge tag 'v5.5.6' into admin-dz 11 달 전
.node-version b56fd6fb11 Merge tag 'v5.5.6' into admin-dz 11 달 전
.npmrc b56fd6fb11 Merge tag 'v5.5.6' into admin-dz 11 달 전
.prettierignore 0970c567d8 feat: 初始化仓库; 1 년 전
.prettierrc.mjs 0970c567d8 feat: 初始化仓库; 1 년 전
.stylelintignore 0970c567d8 feat: 初始化仓库; 1 년 전
LICENSE 0970c567d8 feat: 初始化仓库; 1 년 전
README.md 26a8bc079e docs: 文档修改 1 년 전
cspell.json 0970c567d8 feat: 初始化仓库; 1 년 전
eslint.config.mjs 0970c567d8 feat: 初始化仓库; 1 년 전
folder-alias.json 0970c567d8 feat: 初始化仓库; 1 년 전
lefthook.yml 5689ac60ff feat(project): migrate from husky and lint-staged to lefthook (#6104) 1 년 전
package.json a38c247f32 Merge tag 'v5.5.7' into admin-dz 11 달 전
pnpm-workspace.yaml 92bfdd0939 feat: 集成国密加密工具,支持SM2、SM3、SM4算法,更新请求拦截器以自动解密响应数据 9 달 전
stylelint.config.mjs 0970c567d8 feat: 初始化仓库; 1 년 전
tea.yaml 0970c567d8 feat: 初始化仓库; 1 년 전
turbo.json 0970c567d8 feat: 初始化仓库; 1 년 전
vben-admin.code-workspace 51255dde02 fix: 添加.gitignore 1 년 전
vitest.config.ts 0970c567d8 feat: 初始化仓库; 1 년 전
vitest.workspace.ts 0970c567d8 feat: 初始化仓库; 1 년 전

README.md

Samool Admin

简介

Samool Admin 是 基于 Vue Vben Admin 的升级版本。它采用了最新的 Vue 3、Vite、TypeScript 等主流技术开发,开箱即用。

特性

  • 最新技术栈:使用 Vue3/vite 等前端前沿技术开发
  • TypeScript: 应用程序级 JavaScript 的语言
  • 主题:提供多套主题色彩,可配置自定义主题
  • 国际化:内置完善的国际化方案
  • 权限 内置完善的动态路由权限生成方案

文档

文档地址

安装使用

  • 获取项目代码
git clone http://git.sacrm.com/samool/DZ-MXWPP-WEB.git
  • 安装依赖
cd samool-admin

corepack enable

pnpm install
  • 运行
pnpm dev
  • 打包
pnpm build

Git 贡献提交规范

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

浏览器支持

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

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

维护者

@cdlaiqi