freeleaps_frontend/frontend
min.jiang 4d0d5d3884 Merge branch 'main' of https://freeleaps.com:3443/products/freeleaps into main
* 'main' of https://freeleaps.com:3443/products/freeleaps:
  More changes on axios
  feat: commit、issue图表修改
  feat: commit、issue图表
  .gitignore
  Remove content-type as it causes the failure of formdata pass
  Update the format
  Fix the null issue for refresh and access token
  Enable refresh_token when it's about to expire(5 minutes)
  Change for showing the attachment for issues
  Test passed for local zoom call making
  Fix a few bugs, more translation
2024-09-12 14:50:45 +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-09-12 14:50:45 +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
frontend Test passed for local zoom call making 2024-09-06 08:21:12 -07: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 Enable refresh_token when it's about to expire(5 minutes) 2024-09-08 15:19:59 -07:00
README.md initialize codes for frontend 2024-05-29 09:42:27 +08:00
vite.config.js Merge from origin main and resolve conflict 2024-07-31 21:10:06 -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