https://github.com/jcc/vue-laravel-example
⚡ Vue - Laravel - Example is a simple example to set Vue with Laravel.
https://github.com/jcc/vue-laravel-example
laravel vue
Last synced: 5 months ago
JSON representation
⚡ Vue - Laravel - Example is a simple example to set Vue with Laravel.
- Host: GitHub
- URL: https://github.com/jcc/vue-laravel-example
- Owner: jcc
- Created: 2016-08-18T07:52:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T08:46:53.000Z (over 8 years ago)
- Last Synced: 2024-11-14T06:33:19.753Z (about 1 year ago)
- Topics: laravel, vue
- Language: PHP
- Homepage:
- Size: 165 KB
- Stars: 162
- Watchers: 8
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-vue - **vue-laravel-example** - Vue - Laravel - Example is a simple example to set Vue with Laravel. ` 📝 4 years ago ` (Examples [🔝](#readme))
- awesome-vue-refactor - **vue-laravel-example** - laravel-example](https://img.shields.io/github/stars/jcc/vue-laravel-example.svg?style=social&label=Star&maxAge=2592000) Vue - Laravel - Example is a simple example to set Vue with Laravel. by [Jiajian Chan](https://github.com/jcc) (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Libraries & Plugins)
- awesome-vue-zh - **Vue-laravel-示例** - Laravel - 示例是使用Laravel设置Vue的简单示例. 通过[Jiajian Chan](https://github.com/jcc) (awesome-vue [](https://github.com/sindresorhus/awesome) / 例子)
- awesome-vue - **vue-laravel-example** ★159 - Laravel - Example is a simple example to set Vue with Laravel. by [Jiajian Chan](https://github.com/jcc) (Awesome Vue.js [ ★101652](https://github.com/sindresorhus/awesome) / Examples)
- awesome-vue - **vue-laravel-example** - Laravel - Example is a simple example to set Vue with Laravel. by [Jiajian Chan](https://github.com/jcc) (Awesome Vue.js [](https://github.com/sindresorhus/awesome) / Examples)
- awesome-vue - **vue-laravel-example** - Laravel - Example is a simple example to set Vue with Laravel. by [Jiajian Chan](https://github.com/jcc) (Resources / Examples)
README
## Vue - Laravel - Example
Vue - Laravel - Example is a simple example to set `Vue 2.0` with `Laravel 5.1`.
## Install
1. Clone the project to local
```
git clone https://github.com/jcc/vue-laravel-example.git
cd vue-laravel-example
```
1. Install the dependencies
```
composer install
npm install
```
1. Compiling Assets
```
gulp
```
1. Visit the site: [http://vue-laravel.app]()
### License
The Vue - Laravel - Example is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)