药房手持设备

cc12458 073627f2eb 提供平台能力 пре 4 месеци
.env 073627f2eb 提供平台能力 пре 4 месеци
.vscode d81540677e 调配 & 调配复核管理 пре 4 месеци
@types 073627f2eb 提供平台能力 пре 4 месеци
cypress d81540677e 调配 & 调配复核管理 пре 4 месеци
model d81540677e 调配 & 调配复核管理 пре 4 месеци
public d81540677e 调配 & 调配复核管理 пре 4 месеци
request 073627f2eb 提供平台能力 пре 4 месеци
src 073627f2eb 提供平台能力 пре 4 месеци
tool d81540677e 调配 & 调配复核管理 пре 4 месеци
.editorconfig d81540677e 调配 & 调配复核管理 пре 4 месеци
.gitattributes d81540677e 调配 & 调配复核管理 пре 4 месеци
.gitignore d81540677e 调配 & 调配复核管理 пре 4 месеци
.prettierrc.json d81540677e 调配 & 调配复核管理 пре 4 месеци
README.md d81540677e 调配 & 调配复核管理 пре 4 месеци
cypress.config.ts d81540677e 调配 & 调配复核管理 пре 4 месеци
env.d.ts d81540677e 调配 & 调配复核管理 пре 4 месеци
eslint.config.ts d81540677e 调配 & 调配复核管理 пре 4 месеци
index.html d81540677e 调配 & 调配复核管理 пре 4 месеци
package.json d81540677e 调配 & 调配复核管理 пре 4 месеци
pnpm-lock.yaml d81540677e 调配 & 调配复核管理 пре 4 месеци
tsconfig.app.json d81540677e 调配 & 调配复核管理 пре 4 месеци
tsconfig.json d81540677e 调配 & 调配复核管理 пре 4 месеци
tsconfig.node.json d81540677e 调配 & 调配复核管理 пре 4 месеци
tsconfig.vitest.json d81540677e 调配 & 调配复核管理 пре 4 месеци
vite.config.ts d81540677e 调配 & 调配复核管理 пре 4 месеци

README.md

six-pharmacy.pda

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Run End-to-End Tests with Cypress

pnpm test:e2e:dev

This runs the end-to-end tests against the Vite development server. It is much faster than the production build.

But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):

pnpm build
pnpm test:e2e

Lint with ESLint

pnpm lint