|
|
|
|
@ -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 |
|
|
|
|
```bash |
|
|
|
|
npm install |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Compile and Hot-Reload for Development |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
npm run dev |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Compile and Minify for Production |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
npm run build |
|
|
|
|
``` |
|
|
|
|
|