Spa Starter Kit

screenshot of Spa Starter Kit
laravel
vue

A highly opinionated starter kit for building Single Page Applications with Laravel and Vue.js

Overview

Codecast's Single Page Application Starter Kit is an opinionated starter kit for building Single Page Applications (SPAs) using Vue.js and Laravel. It provides a fully working application that can be customized and expanded to suit individual needs.

Features

  • Client side:

    • Vue.js 2.0 project created with vue-cli + webpack template
    • Centralized state management with Vuex
    • Route management with Vue-router
    • Authentication with JWT
    • User session persistence using local storage
    • HTTP requests handled with Axios
    • ESLint with AirBNB preset for code quality
    • Pagination integrated with Laravel's LengthAwarePaginator
    • Alerts and Confirmation Alerts provided by SweetAlert
  • Server side:

    • Laravel 5.3 project
    • Authentication with JWT
    • Web service RESTful with Dingo (planned)

Summary

Codecast's Single Page Application Starter Kit is a highly opinionated starter kit for building SPAs using Vue.js and Laravel. It provides a pre-built, customizable application with features such as centralized state management, route management, authentication, HTTP requests, and more. The installation process requires setting up both the client and server sides, ensuring the necessary prerequisites are installed.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.