No description
  • Vue 45.4%
  • TypeScript 30.7%
  • CSS 23.7%
  • Dockerfile 0.1%
  • HTML 0.1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dagnilo 8f9b5e5cee
All checks were successful
Frontend CI/CD / test-build (push) Successful in 52s
Frontend CI/CD / build-image (push) Successful in 5m0s
Frontend CI/CD / deploy (push) Successful in 21s
fix url
2026-08-09 01:47:18 +07:00
.forgejo/workflows fix ci yml 2026-08-09 01:35:47 +07:00
.vscode initial commit 2026-07-10 22:11:43 +07:00
public initial commit 2026-07-10 22:11:43 +07:00
src fix url 2026-08-09 01:47:18 +07:00
.dockerignore fixes, dockerfile 2026-08-05 20:23:47 +07:00
.editorconfig initial commit 2026-07-10 22:11:43 +07:00
.gitattributes initial commit 2026-07-10 22:11:43 +07:00
.gitignore initial commit 2026-07-10 22:11:43 +07:00
.oxlintrc.json initial commit 2026-07-10 22:11:43 +07:00
.prettierrc.json initial commit 2026-07-10 22:11:43 +07:00
Dockerfile update docker files 2026-08-05 20:39:55 +07:00
env.d.ts initial commit 2026-07-10 22:11:43 +07:00
eslint.config.ts initial commit 2026-07-10 22:11:43 +07:00
index.html initial commit 2026-07-10 22:11:43 +07:00
nginx.conf fix url 2026-08-09 01:47:18 +07:00
orval.config.ts generate backend models and endpoints 2026-08-06 23:11:38 +07:00
package-lock.json generate backend models and endpoints 2026-08-06 23:11:38 +07:00
package.json generate backend models and endpoints 2026-08-06 23:11:38 +07:00
README.md initial commit 2026-07-10 22:11:43 +07:00
tsconfig.app.json generate backend models and endpoints 2026-08-06 23:11:38 +07:00
tsconfig.json initial commit 2026-07-10 22:11:43 +07:00
tsconfig.node.json initial commit 2026-07-10 22:11:43 +07:00
vite.config.ts initial commit 2026-07-10 22:11:43 +07:00

wheel-front

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

VS Code + Vue (Official) (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

Lint with ESLint

npm run lint