- Laravel 5.5 + Vue + Vue Router + Vuex
- Pages with custom layouts
- Login, register and password reset
- Skeleton setup of INUITCSS 6.0.0_beta5
- Integration with vform
- Authentication with JWT
- Webpack with laravel-mix
- SVG icons with svg-sprite-loader
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
# build and watch
yarn run watch
# serve with hot reloading
yarn run hot
yarn run production
Please see CHANGELOG for more information what has changed recently.
Based heavily on laravel-vue-spa from cretueusebiu