doc: nous sommes français maintenant
_je_ pense que c'est incroyablement drôle, non?
This commit is contained in:
parent
e7acf4bd96
commit
68fa501003
24
README.md
24
README.md
@ -1,27 +1,25 @@
|
|||||||
# Eggworld v3: Nuxt 3
|
# Oeufs?
|
||||||
|
|
||||||
After hand-written HTML and a static site generator comes Nuxt!
|
Après le HTML manuscrit et le générateur de site statique — c'est Nuxt!
|
||||||
|
|
||||||
**WARN: Volar 0.40.0 breaks all type-checking and I don't know why — stick with Volar 0.39.5.**
|
Instructions post-compilation (pendant Nuxt n'a pas le prérendu)
|
||||||
|
|
||||||
Post-build instructions (while prerendering is bork)
|
- Compilez `/script.ts` à `/script.js` (`tsc script.ts -m esnext -t esnext --moduleResolution node`)
|
||||||
|
|
||||||
- Compile `/script.ts` to `/script.js` (`tsc script.ts -m esnext -t esnext --moduleResolution node`)
|
Lisez la [documentation de Nuxt](https://v3.nuxtjs.org) pour en savoir plus.
|
||||||
|
|
||||||
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
|
## Installation
|
||||||
|
|
||||||
## Setup
|
Assurez-vous d'installer les dépendances:
|
||||||
|
|
||||||
Make sure to install the dependencies:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# yarn
|
# yarn
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development Server
|
## Serveur de développement
|
||||||
|
|
||||||
Start the development server on http://localhost:3000
|
Démarrez le serveur de développement sur http://localhost:3000
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn dev
|
yarn dev
|
||||||
@ -29,10 +27,10 @@ yarn dev
|
|||||||
|
|
||||||
## Production
|
## Production
|
||||||
|
|
||||||
Locally preview production build:
|
Prévisualisez la production sur votre système local:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn preview
|
yarn preview
|
||||||
```
|
```
|
||||||
|
|
||||||
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.
|
Lisez la [documentation de déploiement](https://v3.nuxtjs.org/guide/deploy/presets) pour en savoir plus.
|
||||||
|
Loading…
Reference in New Issue
Block a user