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 ```