https://github.com/atinux/nuxtlify
https://github.com/atinux/nuxtlify
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/nuxtlify
- Owner: atinux
- Created: 2020-01-15T22:49:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:42:32.000Z (about 3 years ago)
- Last Synced: 2025-02-14T09:42:24.100Z (11 months ago)
- Language: Vue
- Size: 2.04 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxtlify
> Nuxt and Netlify
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).