Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.3 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.3 KB

Portal

Features

Installation

  • git clone [email protected]:Jamiewarb/laravel-vue-spa-inuitcss
  • cd laravel-vue-spa-inuitcss
  • 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
  • yarn install | npm install
  • cp node_modules/inuitcss/settings/_example.settings.config.scss resources/assets/sass/settings/_settings.config.scss

Usage

Development

# build and watch
yarn run watch

# serve with hot reloading
yarn run hot

Production

yarn run production

Changelog

Please see CHANGELOG for more information what has changed recently.

Credits

Based heavily on laravel-vue-spa from cretueusebiu