https://github.com/ascorbic/nuxt-starter
https://github.com/ascorbic/nuxt-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ascorbic/nuxt-starter
- Owner: ascorbic
- Created: 2021-10-12T10:50:33.000Z (over 4 years ago)
- Default Branch: v3
- Last Pushed: 2021-10-12T10:51:42.000Z (over 4 years ago)
- Last Synced: 2025-01-23T14:38:18.321Z (about 1 year ago)
- Language: Vue
- Size: 136 KB
- Stars: 0
- 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).