This blog uses Github's Issue tracker and Github Pages with Nuxt.js
- fork this repository
- edit static/config/github.json
edituser
andrepo
like this, github.com/{user}/{repo}
Please write github user id forwriters
. - You can change your page's title and description in nuxt.config.js
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
https://medium.com/@robertodev/nuxt-js-and-user-github-pages-fb4c82d7b84e
I referenced the post above. I recommend reading the above post first.
- generate static web application
$ npm run generate
- clone your Github Pages repository on
../dist
directory
$ git clone https://github.com/username/username.github.io deploy
- deploy your website
$ make deploy
https://nuxtjs.org/faq/github-pages
I referenced the guide above.
$ npm run generate
$ npm run deploy