Vue and Nuxt project
# 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 the Nuxt.js docs.
Nuxt.js: https://nuxtjs.org/
Vue.js: https://vuejs.org/v2/guide/
Bootstrap Vue: https://bootstrap-vue.js.org/docs
Bootstrap 4: https://getbootstrap.com/docs/4.0
Nuxt Axios Module: https://github.com/nuxt-community/axios-module