Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ElementUI/element-in-laravel-starter

Laravel Project with Vue2 and Element
https://github.com/ElementUI/element-in-laravel-starter

Last synced: about 1 month ago
JSON representation

Laravel Project with Vue2 and Element

Awesome Lists containing this project

README

        

# Element In Laravel

Laravel 5.7 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
```
```
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

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)