2023-04-21 15:51:47 +02:00
|
|
|
# Scores Ceiba
|
2022-03-29 23:30:23 +02:00
|
|
|
|
2023-04-21 15:51:47 +02:00
|
|
|
Vous trouverez ici le code source de l'application de Scores de [Ceiba Conseil](https://www.ceiba-conseil.com/).
|
2022-03-29 23:30:23 +02:00
|
|
|
|
|
|
|
## Recommended IDE Setup
|
|
|
|
|
|
|
|
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).
|
|
|
|
|
|
|
|
## Customize configuration
|
|
|
|
|
|
|
|
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
|
|
|
|
```
|
|
|
|
|
|
|
|
### Lint with [ESLint](https://eslint.org/)
|
|
|
|
|
|
|
|
```sh
|
|
|
|
npm run lint
|
|
|
|
```
|