Skip to content

chrislandeza/laravel-vue-spa

 
 

Repository files navigation

Laravel-Vue SPA Starter [WIP]

A Laravel-Vue SPA starter project template.

Features

  • Laravel 5.4 + Vue + Vue Router + Vuex
  • Pages with custom layouts
  • Examples for login, register and password reset
  • Integration with vform
  • Authentication with JWT
  • Webpack with laravel-mix
  • SVG icons with svg-sprite-loader

Installation

  • git clone https://github.com/cretueusebiu/laravel-vue-spa.git
  • cd laravel-vue-spa
  • cp .env.example .env
  • composer install
  • php artisan key:generate
  • php artisan jwt:secret
  • Edit .env and set your database connection details
  • php artisan migrate
  • npm install / yarn

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

About

A Laravel-Vue SPA starter project template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 63.2%
  • Vue 19.8%
  • JavaScript 16.1%
  • Other 0.9%