Skip to content

Commit

Permalink
bootstrap 4 notice
Browse files Browse the repository at this point in the history
  • Loading branch information
anindya-dhruba committed Jan 8, 2018
1 parent 25f2e77 commit 2abb81b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Laravel Vue SPA
Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios & :heart:
Starter Boilerplate SPA made with Laravel 5.5, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios & :heart:

## Demo

Expand All @@ -8,8 +8,9 @@ Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vu
[Live Demo](https://laravel-vue-spa.herokuapp.com)

## What's New
* Updated to [Vuex 3](http://vuex.vuejs.org) from Vuex 2
* Updated to [Vue Router 3](http://router.vuejs.org) from Vue Router 2
* Upgraded to [Bootstrap 4](http://getbootstrap.com) from [Bootstrap 3](https://getbootstrap.com/docs/3.3)
* Upgraded to [Vuex 3](http://vuex.vuejs.org) from Vuex 2
* Upgraded to [Vue Router 3](http://router.vuejs.org) from Vue Router 2
* All packages are updated (both PHP and JS)
* Removed unnecessary vuex store modules
* Project structure updated
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/components/home/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="jumbotron">
<h1 class="display-4" v-once>{{siteName}}</h1>
<p class="lead">Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and love</p>
<p class="lead">Starter Boilerplate SPA made with Laravel 5.5, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and love</p>
<div class="pt-3">
<iframe src="https://ghbtns.com/github-btn.html?user=anindya-dhruba&repo=laravel-vue-spa&type=star&count=true&size=large" frameborder="0" scrolling="0" width="130px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=anindya-dhruba&repo=laravel-vue-spa&type=fork&count=true&size=large" frameborder="0" scrolling="0" width="130px" height="30px"></iframe>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="author" content="Anindya Dhruba">
<meta name="description" content="Laravel Vue SPA">

<title>{{ config('app.name') }} - Starter Boilerplate SPA made with Laravel 5.5, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and <3</title>
<title>{{ config('app.name') }} - Starter Boilerplate SPA made with Laravel 5.5, Bootstrap 4, JWT Auth, Vue 2, Vue-router 3, Vuex 3, Axios and <3</title>

<link href="{{ mix('/css/app.css') }}" rel="stylesheet">
<script>
Expand Down

0 comments on commit 2abb81b

Please sign in to comment.