Browse Source

fix: edit README

master
Shalma 1 year ago
parent
commit
ffe2699f7d
  1. 28
      README.md

28
README.md

@ -1,29 +1,13 @@
# suivi-loot-wow # 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/). ```bash
npm install
## Project Setup npm run dev
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
``` ```

Loading…
Cancel
Save