管理PDF Tech企业版的仓库

liutian 61aba1b326 fix: ProductManagement 处理弹框 bug 7 månader sedan
cypress d655779854 init 1 år sedan
public 54c8dcdc82 fix: 产品名映射 9 månader sedan
src 61aba1b326 fix: ProductManagement 处理弹框 bug 7 månader sedan
static 8f41576a79 Dashboard,Product Management页面 1 år sedan
utils 61aba1b326 fix: ProductManagement 处理弹框 bug 7 månader sedan
.env 1a508f7992 feat:新加分销商模块 1 år sedan
.env.premise 46e618a5f3 add: 添加 VPP 私有化流程 8 månader sedan
.env.preparing 1a508f7992 feat:新加分销商模块 1 år sedan
.env.production 86b9a4b7ae feat:根据环境请求不同后端地址 1 år sedan
.eslintrc.cjs 46e618a5f3 add: 添加 VPP 私有化流程 8 månader sedan
.gitignore d655779854 init 1 år sedan
.prettierrc.json c621927d63 新增 settings, License Manage, ProductManagement, Device Manage,页面 1 år sedan
README.md d655779854 init 1 år sedan
cypress.config.js d655779854 init 1 år sedan
favicon.ico 7e7c9eebdc dashboard隐藏过期/剩余时间,修改页面logo图标 1 år sedan
index.html 4945857c8f 修改路由名,添加seo 1 år sedan
package.json 46e618a5f3 add: 添加 VPP 私有化流程 8 månader sedan
pnpm-lock.yaml 46e618a5f3 add: 添加 VPP 私有化流程 8 månader sedan
tsconfig.json 0558332ef7 侧边栏,Dashboard页面 1 år sedan
vite.config.js 0d6cdacef4 fix: 删除 console 1 år sedan
web.config 46e618a5f3 add: 添加 VPP 私有化流程 8 månader sedan

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