药房手持设备

cc12458 0f338bc45d 支持浏览器版本 2.0 1 개월 전
.env 073627f2eb 提供平台能力 4 달 전
.vscode d81540677e 调配 & 调配复核管理 4 달 전
@types 0f338bc45d 支持浏览器版本 2.0 1 개월 전
cypress d81540677e 调配 & 调配复核管理 4 달 전
model d81540677e 调配 & 调配复核管理 4 달 전
public d81540677e 调配 & 调配复核管理 4 달 전
request 073627f2eb 提供平台能力 4 달 전
src 0f338bc45d 支持浏览器版本 2.0 1 개월 전
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 ae9c4d8b17 支持浏览器版本更新 1 개월 전
pnpm-lock.yaml 76f74e8229 调配复核重量默认计算 4 달 전
tsconfig.app.json d81540677e 调配 & 调配复核管理 4 달 전
tsconfig.json d81540677e 调配 & 调配复核管理 4 달 전
tsconfig.node.json d81540677e 调配 & 调配复核管理 4 달 전
tsconfig.vitest.json d81540677e 调配 & 调配复核管理 4 달 전
vite.config.ts ae9c4d8b17 支持浏览器版本更新 1 개월 전

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