A hand-selected collection of modules, plugins, boilerplates, tutorials, inspiration and more for Nuxt.js.
This site is a personal collection of my favorite resources for Nuxt.js. I use Vue & Nuxt when developing websites and save a lot of links to cool libraries and tutorials.
The code for the site is open source and available on Github. This site wouldn’t exist without the hard work of all of the people who maintain open source projects like Vue.js.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
For detailed explanation on how things work, checkout Nuxt.js docs.