Nuxt & Vue based new portfolio website 🚀
# 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
# lint and lint fix
$ npm run lint
$ npm run lintfix
For detailed explanation on how things work, check out Nuxt.js docs.
Feel free to create a new issue or create a PR if you find something buggy. Make sure your branch off from master
and must merge back into master