Vue.js Boilerplate is a base front-end template.
# copy template using git clone, go to project and remove git
git clone https://github.com/SPRIGS/vue-boilerplate.git
cd vue-boilerplate
rm -rf .git
#install dependencies
npm install
- Laravel Mix - https://laravel.com/docs/5.4/mix#running-mix
- Vue.js - https://vuejs.org/
- Axios.js - https://github.com/axios/axios