前端告警网页
Go to file
龚皓 283eedbcaa 723第一次提交 2024-07-23 09:31:03 +08:00
.vscode 723第一次提交 2024-07-23 09:31:03 +08:00
public 723第一次提交 2024-07-23 09:31:03 +08:00
src 723第一次提交 2024-07-23 09:31:03 +08:00
.eslintrc.cjs 723第一次提交 2024-07-23 09:31:03 +08:00
.gitignore 723第一次提交 2024-07-23 09:31:03 +08:00
README.md 723第一次提交 2024-07-23 09:31:03 +08:00
env.d.ts 723第一次提交 2024-07-23 09:31:03 +08:00
index.html 723第一次提交 2024-07-23 09:31:03 +08:00
package-lock.json 723第一次提交 2024-07-23 09:31:03 +08:00
package.json 723第一次提交 2024-07-23 09:31:03 +08:00
superbox.js 723第一次提交 2024-07-23 09:31:03 +08:00
tsconfig.app.json 723第一次提交 2024-07-23 09:31:03 +08:00
tsconfig.json 723第一次提交 2024-07-23 09:31:03 +08:00
tsconfig.node.json 723第一次提交 2024-07-23 09:31:03 +08:00
vite.config.ts 723第一次提交 2024-07-23 09:31:03 +08:00
vite.config.ts.timestamp-1719806177316-810a253142f2d.mjs 723第一次提交 2024-07-23 09:31:03 +08:00
vite.config.ts.timestamp-1720401375861-b3d475f410e79.mjs 723第一次提交 2024-07-23 09:31:03 +08:00
vite.config.ts.timestamp-1720492581307-db16af23b878f.mjs 723第一次提交 2024-07-23 09:31:03 +08:00

README.md

vue_one

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

Lint with ESLint

npm run lint