https://github.com/zernonia/nuxt3-app
https://github.com/zernonia/nuxt3-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zernonia/nuxt3-app
- Owner: zernonia
- Created: 2021-10-12T14:44:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T16:26:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T10:56:32.613Z (8 months ago)
- Language: Vue
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](http://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).