From ffe2699f7d05ee0f15c64df4b4416aa3e6661d43 Mon Sep 17 00:00:00 2001 From: Shalma Date: Sat, 20 Jul 2024 17:55:00 +0200 Subject: [PATCH] fix: edit README --- README.md | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index ceb7d60..86875a8 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,13 @@ # suivi-loot-wow -This template should help get you started developing with Vue 3 in Vite. +FRONTEND pour le suivi de loot sur WoW -## Recommended IDE Setup -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). +## Installation et mise en route -## Customize configuration +Installation du projet, avec node et npm -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 +```bash + npm install + npm run dev ```