It is a personal project in which I'm experimenting with the vuejs framework with rest API in PHP.
npm install
npm run serve
npm run build
npm run lint
PROJECT_DIR/rest/api
PROJECT_DIR/src/main.js
Vue.prototype.$api_url = 'http://api.test/';
PROJECT_DIR/rest/env.php