药房手持设备

cc12458 836a2a0c0d 对接佳博打印机 SDK il y a 2 semaines
.env 073627f2eb 提供平台能力 il y a 4 mois
.vscode d81540677e 调配 & 调配复核管理 il y a 4 mois
@types 836a2a0c0d 对接佳博打印机 SDK il y a 2 semaines
cypress d81540677e 调配 & 调配复核管理 il y a 4 mois
model d81540677e 调配 & 调配复核管理 il y a 4 mois
public d81540677e 调配 & 调配复核管理 il y a 4 mois
request e576e5ded9 重构 step 类页面,添加浸泡管理 il y a 1 mois
src 836a2a0c0d 对接佳博打印机 SDK il y a 2 semaines
tool d81540677e 调配 & 调配复核管理 il y a 4 mois
.editorconfig d81540677e 调配 & 调配复核管理 il y a 4 mois
.gitattributes d81540677e 调配 & 调配复核管理 il y a 4 mois
.gitignore b1ab9e52d7 重置表单,保存后清除接口缓存 il y a 1 mois
.prettierrc.json d81540677e 调配 & 调配复核管理 il y a 4 mois
README.md d81540677e 调配 & 调配复核管理 il y a 4 mois
cypress.config.ts d81540677e 调配 & 调配复核管理 il y a 4 mois
env.d.ts d81540677e 调配 & 调配复核管理 il y a 4 mois
eslint.config.ts d81540677e 调配 & 调配复核管理 il y a 4 mois
index.html d81540677e 调配 & 调配复核管理 il y a 4 mois
package.json e576e5ded9 重构 step 类页面,添加浸泡管理 il y a 1 mois
pnpm-lock.yaml e576e5ded9 重构 step 类页面,添加浸泡管理 il y a 1 mois
tsconfig.app.json d81540677e 调配 & 调配复核管理 il y a 4 mois
tsconfig.json d81540677e 调配 & 调配复核管理 il y a 4 mois
tsconfig.node.json d81540677e 调配 & 调配复核管理 il y a 4 mois
tsconfig.vitest.json d81540677e 调配 & 调配复核管理 il y a 4 mois
vite.config.ts ae9c4d8b17 支持浏览器版本更新 il y a 1 mois

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