Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kemokemo/nuxt-gh-pages
my gh-pages sample with nuxt.js
https://github.com/kemokemo/nuxt-gh-pages
Last synced: 1 day 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:45:59.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T10:47:48.283Z (over 1 year ago)
- Language: Vue
- Homepage: https://kemokemo.github.io/nuxt-gh-pages/
- Size: 4.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Build and deploy to GitHub pages](https://github.com/kemokemo/nuxt-gh-pages/workflows/Build%20and%20deploy%20to%20GitHub%20pages/badge.svg)
# 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).