Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Vue.js with Laravel

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for C058 C058
October 17, 2017

Vue.js with Laravel

社内ワークショップでVue.jsの実装についてLTした際の資料です

Avatar for C058

C058

October 17, 2017

More Decks by C058

Other Decks in Programming

Transcript

  1. 始め方 1. Laravel インストール a. composer create-project --prefer-dist laravel/laravel %アプリ名%

    2. npm install 3. resourcesに.vue用意する 4. bladeでjs読み込む 5. サーバー立ち上げ a. php artisan serve b. http://127.0.0.1:8000 6. npm run watch