# gurihub **Repository Path**: guri/gurihub ## Basic Information - **Project Name**: gurihub - **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-01-01 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Element In Laravel Laravel Project with Vue2 and [Element](https://github.com/ElemeFE/element) ## Usage ``` git clone https://github.com/ElementUI/element-in-laravel-starter.git ``` ``` cd ``` ``` composer install ``` ``` cp .env.example .env ``` ``` php artisan key:generate ``` ``` yarn ``` ``` yarn watch ``` Visit ```http://localhost:8000```, It works! Now you're ready to 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) - [Element Docs](https://element.eleme.io/#/en-US)