https://github.com/rodrigogs/nuxt3-vuetify-pug-template
https://github.com/rodrigogs/nuxt3-vuetify-pug-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigogs/nuxt3-vuetify-pug-template
- Owner: rodrigogs
- Created: 2021-11-18T15:17:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T15:22:04.000Z (over 4 years ago)
- Last Synced: 2024-04-14T11:09:24.532Z (about 2 years ago)
- Language: Vue
- Size: 180 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- 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
npm install --legacy-peer-deps
```
## Development
Start the development server on http://localhost:3000
```bash
npm dev
```
## Production
Build the application for production:
```bash
npm build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).