Files
flaskProject/flask-ui
YanLongChangAn 300cd863d7 fix(home): 更新小说下载接口地址
- 将小说下载接口从 localhost 修改为 192.168.1.32
- 确保接口调用能够正确连接到目标服务器
2026-05-01 15:55:58 +08:00
..

flask-ui

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

VS Code + Vue (Official) (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

Lint with ESLint

npm run lint