1 changed files with 6 additions and 22 deletions
@ -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 |
||||
``` |
||||
|
||||
Loading…
Reference in new issue