availabili.tf/availabili.tf
LegitimateWizard f70e6e994f
Update EventSchedulerForm.vue (#30)
Set the team reference. Fixes #16

---------

Co-authored-by: HumanoidSandvichDispenser <25856867+HumanoidSandvichDispenser@users.noreply.github.com>
2025-07-05 17:26:23 -07:00
..
.vscode Add Vue frontend 2024-10-23 20:02:06 -07:00
public Add Squidward icon 2025-05-17 23:46:33 -07:00
src Update EventSchedulerForm.vue (#30) 2025-07-05 17:26:23 -07: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
Dockerfile.prod Prepare for production 2024-12-10 18:18:40 -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 Add Squidward icon 2025-05-17 23:46:33 -07:00
package-lock.json Add Become Player admin feature 2025-05-13 23:13:44 -07:00
package.json feat: Add vue-content-loader for loaders 2024-12-19 18:03:10 -08:00
tsconfig.app.json Add Vue frontend 2024-10-23 20:02:06 -07:00
tsconfig.json Prepare for production 2024-12-10 18:18:40 -08: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