bloggingplatform/Frontend
黄佳程 d288d5e33d 前端页面整改1 3 months ago
..
api 前端页面整改 3 months ago
env 前端页面整改 3 months ago
public 前端页面整改 3 months ago
src 前端页面整改1 3 months ago
.editorconfig 第一次提交,前端伙伴的大体框架 4 months ago
.gitignore 第一次提交,前端伙伴的大体框架 4 months ago
.prettierrc.json 第一次提交,前端伙伴的大体框架 4 months ago
README.md 第一次提交,前端伙伴的大体框架 4 months ago
auto-imports.d.ts 前端页面整改 3 months ago
components.d.ts 前端页面整改 3 months ago
env.d.ts 第一次提交,前端伙伴的大体框架 4 months ago
eslint.config.js 第一次提交,前端伙伴的大体框架 4 months ago
index.html 第一次提交,前端伙伴的大体框架 4 months ago
package-lock.json 前端页面整改 3 months ago
package.json 前端页面整改 3 months ago
tsconfig.app.json 第一次提交,前端伙伴的大体框架 4 months ago
tsconfig.json 第一次提交,前端伙伴的大体框架 4 months ago
tsconfig.node.json 第一次提交,前端伙伴的大体框架 4 months ago
tsconfig.vitest.json 第一次提交,前端伙伴的大体框架 4 months ago
vite.config.ts 前端页面整改 3 months ago
vitest.config.ts 第一次提交,前端伙伴的大体框架 4 months ago
yarn.lock 前端页面整改 3 months ago

README.md

MuseumV2_Frontend

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

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint