Go to file
LiJianZhao b774eb806b Merge remote-tracking branch 'origin/main'
# Conflicts:
#	src/components/common/Header.vue
#	src/components/common/Mask.vue
#	src/components/inventory/goods/Edit.vue
#	src/components/inventory/goods/Search.vue
#	src/components/outpatient/PharmaceuticalConsumables.vue
#	src/components/outpatient/ServiceItems.vue
#	src/components/settings/ItemEdit.vue
#	src/components/settings/Search.vue
#	src/components/settings/SectionEdit.vue
#	src/views/inventory/apply.vue
#	src/views/inventory/check.vue
#	src/views/inventory/goods.vue
#	src/views/inventory/supplier.vue
2025-04-28 17:07:48 +08:00
public dev 2025-04-28 16:26:23 +08:00
src Merge remote-tracking branch 'origin/main' 2025-04-28 17:07:48 +08:00
.gitignore dev 2025-04-24 09:36:59 +08:00
README.md dev 2025-04-24 09:36:59 +08:00
env.d.ts dev 2025-04-24 09:36:59 +08:00
index.html dev 2025-04-27 12:39:41 +08:00
package-lock.json dev 2025-04-28 16:26:23 +08:00
package.json dev 2025-04-28 16:26:23 +08:00
tsconfig.app.json dev 2025-04-24 09:36:59 +08:00
tsconfig.json dev 2025-04-24 09:36:59 +08:00
tsconfig.node.json dev 2025-04-24 09:36:59 +08:00
vite.config.ts dev 2025-04-24 09:36:59 +08:00

README.md

web

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

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build