管理PDF Tech企业版的仓库

liutian d655779854 init 1 éve
cypress d655779854 init 1 éve
src d655779854 init 1 éve
utils d655779854 init 1 éve
.eslintrc.cjs d655779854 init 1 éve
.gitignore d655779854 init 1 éve
README.md d655779854 init 1 éve
cypress.config.js d655779854 init 1 éve
index.html d655779854 init 1 éve
package.json d655779854 init 1 éve
pnpm-lock.yaml d655779854 init 1 éve
tsconfig.json d655779854 init 1 éve
vite.config.js d655779854 init 1 éve

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