# element-in-laravel-starter **Repository Path**: lxedgar/element-in-laravel-starter ## Basic Information - **Project Name**: element-in-laravel-starter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Element In Laravel Laravel Project with Vue2 and [Element](https://github.com/ElemeFE/element) ## Usage First, run the server.(Make sure Laravel & node-modules have installed and in right configure.) ``` php artisan serve ``` Then, run the `gulp` to compile the front-end. ``` npm run watch ``` Visit `http://localhost:8000`, It works! You can download the repo and start coding. ## More The articles can help you to deploy it by yourself: - [Try Laravel 5.3 + Vue2 with Element](http://codesky.me/archives/try-laravel5-vue2-element-en.wind) - [Laravel 5.3 + Vue2 + Element试水](http://codesky.me/archives/try-laravel5-vue2-element-cn.wind)