wcs_java/wcs_web
2026-03-06 14:12:04 +08:00
..
public 修改登录界面界面 2026-01-28 15:44:43 +08:00
src 添加数据定时清理功能 2026-03-06 14:12:04 +08:00
.gitignore 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
env.d.ts 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
index.html 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
package-lock.json 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
package.json 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
README.md 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
tsconfig.app.json 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
tsconfig.json 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
tsconfig.node.json 公测版,立库方面基本完善 2026-01-22 11:07:07 +08:00
vite.config.ts 添加部分服务的权限管理 2026-02-08 20:41:57 +08:00

wcs_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