/nuxt-website

Source for my personal website built using Nuxt.js

Primary LanguageVueGNU General Public License v3.0GPL-3.0

nuxt.pranshugaba.com

This site is not longer maintained. Visit my profile for a newer version of my site.

This is the source for my personal website built using Nuxt.js.

The source code is licensed under GPL-3.0

Unless otherwise stated, all content on this site is licensed under a Commons Attribution-ShareAlike 4.0 International License

Build Setup

# 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.