Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 629 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 629 Bytes

Spa-Laravel-Vue-Js

A Laravel-Vue SPA starter project template.

Features

  • Laravel 5.8
  • Vue + VueRouter + Vuex + VueScrollto + ESlint
  • Pages with dynamic import and custom layouts
  • Bootstrap 4.3 + Font Awesome 5

Installation

  • composer create-project --prefer-dist AkramZerarka/Spa-Laravel-Vue-Js
  • Edit .env and set your database connection details
  • When installed via git clone or download, run php artisan key:generate
  • php artisan migrate
  • npm install

Usage

Development

# build and watch
npm run watch
# serve with hot reloading
npm run hot

Production

npm run production