- Ready using Backend API Laravel 7 (Long-term support/LTS) https://github.com/deepdiving/Laravel-Backend-API-Kit
- Optimized for Frontend (basic UI/views, minimum dependencies, no bloatware)
- Authentication with JWT
- Basic Features: Register, Login, Forgot Password, Update Profile & Password
- Latest Vue.js with support Vue CLI 3, vuex, vue-router, vue-meta, vue-i18n, etc.
- Unit & Feature Test
- Standard Coding Style & Clean Code
- Clone this repository.
- Edit
vue.config.jsand set API backend dev-server if necessary - Run
npm install
- Run
npm run serveornpm run build - Run
npm run lint - Run
npm run test:unit
- Inspired from https://github.com/cretueusebiu/laravel-vue-spa

