Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 824 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 824 Bytes

Plateaux aux conjurés

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

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Create a file called .env.development.local with the following contents:

VITE_FIREBASE_APPCHECK_DEBUG_TOKEN=<ask me for it>

Compile and Hot-Reload for Development

npm run dev

Lint

npm run type-check

Deploy functions

cd functions && npm run deploy