No description
  • Vue 55%
  • CSS 17.1%
  • JavaScript 13.5%
  • TypeScript 13%
  • HTML 1.4%
Find a file
2024-11-22 11:30:05 +04:00
.vscode initial commit 2024-11-22 11:19:41 +04:00
public initial commit 2024-11-22 11:19:41 +04:00
src fix: fix dynamic dark theme 2024-11-22 11:30:05 +04:00
.editorconfig initial commit 2024-11-22 11:19:41 +04:00
.gitignore initial commit 2024-11-22 11:19:41 +04:00
.prettierrc.json initial commit 2024-11-22 11:19:41 +04:00
bun.lockb initial commit 2024-11-22 11:19:41 +04:00
components.json initial commit 2024-11-22 11:19:41 +04:00
env.d.ts initial commit 2024-11-22 11:19:41 +04:00
eslint.config.js initial commit 2024-11-22 11:19:41 +04:00
index.html initial commit 2024-11-22 11:19:41 +04:00
package.json initial commit 2024-11-22 11:19:41 +04:00
postcss.config.js initial commit 2024-11-22 11:19:41 +04:00
README.md initial commit 2024-11-22 11:19:41 +04:00
tailwind.config.js initial commit 2024-11-22 11:19:41 +04:00
tsconfig.app.json initial commit 2024-11-22 11:19:41 +04:00
tsconfig.json initial commit 2024-11-22 11:19:41 +04:00
tsconfig.node.json initial commit 2024-11-22 11:19:41 +04:00
vite.config.ts initial commit 2024-11-22 11:19:41 +04:00

fsp-quals-frontend

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

VSCode + Volar (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

bun install

Compile and Hot-Reload for Development

bun dev

Type-Check, Compile and Minify for Production

bun build

Lint with ESLint

bun lint