You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
张佳辉 08022c2e73
homework2
5 months ago
..
.vscode homework2 5 months ago
public homework2 5 months ago
src homework2 5 months ago
.editorconfig homework2 5 months ago
.gitattributes homework2 5 months ago
.gitignore homework2 5 months ago
.prettierrc.json homework2 5 months ago
README.md homework2 5 months ago
eslint.config.js homework2 5 months ago
index.html homework2 5 months ago
jsconfig.json homework2 5 months ago
package-lock.json homework2 5 months ago
package.json homework2 5 months ago
vite.config.js homework2 5 months ago
vitest.config.js homework2 5 months ago

README.md

TodoList

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

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint