From c138fd346f22d256488d7ee328fb3b4e89ef7718 Mon Sep 17 00:00:00 2001 From: Lenni009 Date: Thu, 1 Aug 2024 21:14:14 +0200 Subject: [PATCH] add README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d34906 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# App-Template + +Template to get a quickstart for a Vue + Vite app + +## Project Setup + +```sh +npm install +``` + +### Compile and Hot-Reload for Development + +```sh +npm run dev +``` + +### Type-Check, Compile and Minify for Production + +```sh +npm run build +```