freeleaps_frontend/frontend
2024-05-29 17:42:50 -07:00
..
public initialize codes for frontend 2024-05-29 09:42:27 +08:00
src added support for self intro template 2024-05-29 17:42:50 -07:00
.eslintrc.cjs initialize codes for frontend 2024-05-29 09:42:27 +08:00
.gitignore initialize codes for frontend 2024-05-29 09:42:27 +08:00
.prettierrc.json initialize codes for frontend 2024-05-29 09:42:27 +08:00
Dockerfile initialize codes for frontend 2024-05-29 09:42:27 +08:00
index.html initialize codes for frontend 2024-05-29 09:42:27 +08:00
nginx_docker.conf initialize codes for frontend 2024-05-29 09:42:27 +08:00
package.json initialize codes for frontend 2024-05-29 09:42:27 +08:00
README.md initialize codes for frontend 2024-05-29 09:42:27 +08:00
vite.config.js initialize codes for frontend 2024-05-29 09:42:27 +08:00

frontend

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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

Lint with ESLint

npm run lint