https://github.com/varkaria/hello-nuxt3
say hello to nuxt3 beta
https://github.com/varkaria/hello-nuxt3
Last synced: 2 months ago
JSON representation
say hello to nuxt3 beta
- Host: GitHub
- URL: https://github.com/varkaria/hello-nuxt3
- Owner: varkaria
- Created: 2022-03-31T13:55:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-23T17:30:50.000Z (about 3 years ago)
- Last Synced: 2025-01-14T02:27:33.690Z (4 months ago)
- Language: Vue
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- 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](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).