Skip to content

cleancode-id/laravel6-frontend-boilerplate

Repository files navigation

Laravel 6 (LTS) Vue.js Frontend Boilerplate

Build Status GitHub version

A Vue.js Frontend starter project kit template/boilerplate with Laravel 6 Backend API support.

Features

  • Ready using Backend API Laravel 6 (Long-term support/LTS) https://github.com/cleancode-id/laravel6-api-boilerplate
  • 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

Installation

  • Download latest release or clone this repository.
  • Edit vue.config.js and set API backend dev-server if necessary
  • Run npm install

Usage

  • Run npm run serve or npm run build
  • Run npm run lint
  • Run npm run test:unit

Credits