# velement **Repository Path**: Except-one/velement ## Basic Information - **Project Name**: velement - **Description**: Laravel5.7 + Vue + ElementUI2.10 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-24 - **Last Updated**: 2022-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue2, Element-UI ## README # Element In Laravel [Laravel 5.7](https://learnku.com/docs/laravel/5.7/releases/2239) Project with [Vue2](https://cn.vuejs.org/v2/guide/) and [Element](https://github.com/ElemeFE/element) ## Usage ``` git clone https://gitee.com/handers/velement.git ``` ``` cd ``` ``` composer install ``` ``` cp .env.example .env ``` ``` php artisan key:generate ``` ``` php artisan serve (if not using laravel valet) ``` ``` yarn OR npm install ``` ``` yarn watch OR npm run watch ``` Visit `http://localhost:8000`, It works! ``` If using laravel valet, visit http://.test ``` Now you're ready to start coding! ## More About ElementUI The articles can help you to deploy it by yourself: - [Laravel5.7 + Vue2 + ElementUI](https://github.com/ElementUI/element-in-laravel-starter.git) - [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)