管理PDF Tech企业版的仓库

liyangbin 269cb27332 feat:获取管理员列表接口调整 hace 4 meses
cypress d655779854 init hace 1 año
public f870ded9d9 feat:文件内admin调整 hace 5 meses
src 269cb27332 feat:获取管理员列表接口调整 hace 4 meses
static 8f41576a79 Dashboard,Product Management页面 hace 1 año
utils 2fb33cdd99 fix: 所有地方的产品名都要映射 hace 10 meses
.env 1a508f7992 feat:新加分销商模块 hace 1 año
.env.preparing 1a508f7992 feat:新加分销商模块 hace 1 año
.env.production 86b9a4b7ae feat:根据环境请求不同后端地址 hace 1 año
.eslintrc.cjs 9f9d1249a0 add: Team Plan页面的弹窗 hace 10 meses
.gitignore d655779854 init hace 1 año
.prettierrc.json c621927d63 新增 settings, License Manage, ProductManagement, Device Manage,页面 hace 1 año
README.md d655779854 init hace 1 año
cypress.config.js d655779854 init hace 1 año
favicon.ico 7e7c9eebdc dashboard隐藏过期/剩余时间,修改页面logo图标 hace 1 año
index.html 7a6e4a995f feat:登录,注册页ui调整,创建免费注册页面 hace 7 meses
package-lock.json 9bfd6f44b6 add:添加单点登录 hace 5 meses
package.json 86b9a4b7ae feat:根据环境请求不同后端地址 hace 1 año
pnpm-lock.yaml 16939891e1 Dashboard、Manage Team页接口调试 hace 1 año
tsconfig.json 0558332ef7 侧边栏,Dashboard页面 hace 1 año
vite.config.js 70f11a16c1 fix:一轮测试修复 hace 7 meses

README.md

pdf_tech_front_end

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm run dev

Compile and Minify for Production

pnpm run build

Run Unit Tests with Vitest

pnpm run test:unit

Run End-to-End Tests with Cypress

pnpm run build
pnpm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

pnpm run lint