Nuxt.js is a framework for building Universal Vue.js Applications.
# install dependencies
npm install # or yarn
# serve in dev mode, with hot reload at localhost:3000
npm run dev
# build for production
npm run build
# serve in production mode
npm start
The Nuxt.js website is a great resource to get started.
Here are some links you may find helpful:
Get help from other Vue.js users: