Skip to content

A starter template for a Laravel 5.5 + Vue SPA, with INUITCSS

License

Notifications You must be signed in to change notification settings

Jamiewarb/laravel-vue-spa-inuitcss

Repository files navigation

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

About

A starter template for a Laravel 5.5 + Vue SPA, with INUITCSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published