Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 420 Bytes

readme.md

File metadata and controls

33 lines (23 loc) · 420 Bytes

Laravel-Vue-JWT SPA

Features

  • Laravel 6.0
  • Vue + VueRouter + Vuex + VueI18n + ESlint
  • Authentication with JWT

Installation

  • git clone or download
  • php artisan key:generate
  • php artisan jwt:secret
  • php artisan migrate
  • npm install

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production