availabili.tf/availabili.tf
John Montagu, the 4th Earl of Sandvich 8bef735756
Improve user experience
2024-11-24 15:45:42 -08:00
..
.vscode Add Vue frontend 2024-10-23 20:02:06 -07:00
public Add Vue frontend 2024-10-23 20:02:06 -07:00
src Improve user experience 2024-11-24 15:45:42 -08:00
.editorconfig Add Vue frontend 2024-10-23 20:02:06 -07:00
.env.development Implement some basic features 2024-11-02 12:33:27 -07:00
.gitignore Add Vue frontend 2024-10-23 20:02:06 -07:00
.prettierrc.json Add Vue frontend 2024-10-23 20:02:06 -07:00
Dockerfile Add Dockerfile for frontend 2024-11-06 20:56:45 -08:00
README.md Add Vue frontend 2024-10-23 20:02:06 -07:00
env.d.ts Add Vue frontend 2024-10-23 20:02:06 -07:00
eslint.config.js Add Vue frontend 2024-10-23 20:02:06 -07:00
index.html Disable animations during page load 2024-11-05 17:24:56 -08:00
package-lock.json Improve user experience 2024-11-17 15:36:46 -08:00
package.json Improve user experience 2024-11-17 15:36:46 -08:00
tsconfig.app.json Add Vue frontend 2024-10-23 20:02:06 -07:00
tsconfig.json Add Vue frontend 2024-10-23 20:02:06 -07:00
tsconfig.node.json Add Vue frontend 2024-10-23 20:02:06 -07:00
tsconfig.vitest.json Add Vue frontend 2024-10-23 20:02:06 -07:00
vite.config.ts Add frontend stuff 2024-11-06 20:55:58 -08:00
vitest.config.ts Add Vue frontend 2024-10-23 20:02:06 -07:00

README.md

availabili.tf

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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint