Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 633 Bytes

Quasar Framework logo

Quasar Framework JWT Starter Kit

Starter Kit for a Quasar Project with JWT Authentication.

Usage

First, make sure you have Node >= 8 and NPM >= 5.

# install Quasar CLI beta version:
$ npm install -g quasar-cli

# install Vue CLI if you don't have it already
$ npm install -g vue-cli

# clone Quasar-JWT Starter Kit
$ git clone https://github.com/neatpro/Quasar-JWT.git

$ cd Quasar-JWT
$ npm install

$ quasar dev

Backend using Laravel Framework https://github.com/neatpro/Laravel-JWT