Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 456 Bytes

readme.md

File metadata and controls

13 lines (7 loc) · 456 Bytes

这是一个laravel+vuejs开发的demo

后端使用laravel,dingo api和jwt-auth

前端使用vuejs,vuex,vue-router和vue-resource

快速启动

(1)npm install && composer install

(2)修改gulpfile.js中的proxy指向你的app url,如果在windows环境下开发并使用phpstudy,可以参考我的博客http://www.cnblogs.com/helbing/p/5635290.html

s(3)gulp && npm run dev