Vue Mastery's Real World Vue.js
This tutoral project covers topics such as dynamic routing, API calls using axios, component modularity, Single Page Application (SPA) in Vue.js, etc.
- NOTE: This project was built using Vue.js 2! See the Vue 3 docs
- Vue.js of course 😉
- axios
- lodash
Vue.js documentation, visit https://v3.vuejs.org/
lodash documentation: https://lodash.com
axios documentation: https://github.com/axios/axios
For more detailed info on installation, see Vue.js installation docs
$ npm init
to install the necessary npm modules
$ npm run serve
Your local development server will be running at http://localhost:8080/
npm install
npm run serve
npm run build
npm run lint
MIT
N/A
To learn Vue.js and support open-source development/projects