Flamenco/web/app
Sybren A. Stüvel 555c935790 Web: Replace Vue 2 with Vue 3 webapp
Replace the Vue v2 webapp with a Vue v3 one, and embed the OpenAPI
client in the webapp itself (instead of being its own npm project).

- Vue v2.x -> v3.x
- Tabulator v4.x -> v5.1
- Moment JS -> replaced with Luxon JS
- Vue CLI/UI -> replaced with Vite
2022-04-12 12:34:49 +02:00
..
public Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
src Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
.eslintrc.cjs Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
.gitignore Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
index.html Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
package.json Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
README.md Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
vite.config.js Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00
yarn.lock Web: Replace Vue 2 with Vue 3 webapp 2022-04-12 12:34:49 +02:00

flamenco-manager

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

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

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint