From d5477091d9c33b506ce0f7319c02f53142e72993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 14 Apr 2022 09:38:37 +0200 Subject: [PATCH] Web: Remove Vue-generated default README.md --- web/app/README.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 web/app/README.md diff --git a/web/app/README.md b/web/app/README.md deleted file mode 100644 index f544e73d..00000000 --- a/web/app/README.md +++ /dev/null @@ -1,35 +0,0 @@ -# flamenco-manager - -This template should help get you started developing with Vue 3 in Vite. - -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin). - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` - -### Compile and Hot-Reload for Development - -```sh -npm run dev -``` - -### Compile and Minify for Production - -```sh -npm run build -``` - -### Lint with [ESLint](https://eslint.org/) - -```sh -npm run lint -```