Sample Vue.js Project
- Nuxt Nuxt.js is a framework for creating Vue.js applications.
- Koa Koa is a new web framework designed by the team behind Express, which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.
- Axios Promise based HTTP client for the browser and node.js
- Eslint The pluggable linting utility for JavaScript and JSX
- Prettier Prettier is an opinionated code formatter
- cross-env Run scripts that set and use environment variables across platforms
# 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.