Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T08:46:53.000Z (over 7 years ago)
- Last Synced: 2024-05-05T13:32:15.906Z (6 months 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
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)