freeleaps_frontend/frontend
min.jiang c10f5b5565 Merge branch 'main' of https://freeleaps.com:3443/products/freeleaps into main
* 'main' of https://freeleaps.com:3443/products/freeleaps:
  Add more translation fix for milestone status
  Fix english name for my work, job, workers, post a job

# Conflicts:
#	frontend/src/headers/HeaderUser.vue
#	frontend/src/lang/en.js
#	frontend/src/lang/zh.js
#	frontend/src/pages/user/workspace/Home.vue
2024-07-18 20:20:34 +08:00
..
public update 2024-06-25 06:03:11 +08:00
src Merge branch 'main' of https://freeleaps.com:3443/products/freeleaps into main 2024-07-18 20:20:34 +08: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 update 2024-06-25 06:03:11 +08:00
nginx_docker.conf initialize codes for frontend 2024-05-29 09:42:27 +08:00
package.json update 2024-07-02 05:40:04 +08:00
README.md initialize codes for frontend 2024-05-29 09:42:27 +08:00
vite.config.js add websocket framework 2024-06-20 20:02:53 -07: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