cineclub-site/front/README.md

30 lines
421 B
Markdown
Raw Permalink Normal View History

2022-04-03 01:20:54 +02:00
# Nuxt 3 Minimal Starter
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
We recommend to look at the [documentation](https://v3.nuxtjs.org).
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
## Setup
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
Make sure to install the dependencies
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
```bash
yarn install
2022-04-03 01:20:53 +02:00
```
2022-04-03 01:20:54 +02:00
## Development
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
Start the development server on http://localhost:3000
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
```bash
yarn dev
```
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
## Production
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
Build the application for production:
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
```bash
yarn build
```
2022-04-03 01:20:53 +02:00
2022-04-03 01:20:54 +02:00
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).