https://github.com/productdevbook/nuxt3-bug
https://github.com/productdevbook/nuxt3-bug
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/productdevbook/nuxt3-bug
- Owner: productdevbook
- Created: 2021-11-03T06:56:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:40:51.000Z (over 2 years ago)
- Last Synced: 2025-06-26T08:44:20.510Z (12 months ago)
- Language: TypeScript
- Size: 2.17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).