https://github.com/viniciuscosta89/nuxt-static-site-template
https://github.com/viniciuscosta89/nuxt-static-site-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/viniciuscosta89/nuxt-static-site-template
- Owner: viniciuscosta89
- Created: 2020-09-29T22:28:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T23:29:34.000Z (over 4 years ago)
- Last Synced: 2025-01-20T19:14:46.050Z (5 months ago)
- Language: SCSS
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-static-site-template
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).