https://github.com/kemokemo/nuxt-gh-pages
my gh-pages sample with nuxt.js
https://github.com/kemokemo/nuxt-gh-pages
Last synced: 3 months ago
JSON representation
my gh-pages sample with nuxt.js
- Host: GitHub
- URL: https://github.com/kemokemo/nuxt-gh-pages
- Owner: kemokemo
- Created: 2020-07-24T00:27:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T21:55:06.000Z (about 2 years ago)
- Last Synced: 2025-04-12T15:08:26.403Z (3 months ago)
- Language: Vue
- Homepage: https://kemokemo.github.io/nuxt-gh-pages/
- Size: 810 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# nuxt-gh-pages
This application is a sample for deploying to github pages using CI.
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).