Skip to content

silyont/vue-laravel-example

Repository files navigation

Start kit of vue with laravel

This is an example of vue with laravel 5.2 using browserify.

Install

  1. Clone the project to local

    git clone https://github.com/silyont/vue-laravel-example
    cd vue-laravel-example
    
  2. Install the dependencies of php and node

    composer install
    npm install
    
  3. Make new .env file

    mv .env.example .env
    php artisan key:generate
    
  4. Complie assets

    gulp
    
  5. Start artisan server to test

    php artisan serve
    

Remark

  1. Please upgrade npm and node to the latest stable version

License

vue-laravel-example is open-sourced software licensed under the MIT license.

About

Start kit of vue2.0 with laravel 5.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages