Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/razonyang/yii2-vue-admin

Yii2 Vue Admin Template
https://github.com/razonyang/yii2-vue-admin

admin vue yii2 yii2-vue-admin

Last synced: 21 days ago
JSON representation

Yii2 Vue Admin Template

Awesome Lists containing this project

README

        

Yii2 Vue Admin
==============

Vue Element Admin Template for Yii2.

Preview
-------

- [Front end and API](https://yii2.razonyang.com), build on top of [Yii2 App Template](https://github.com/razonyang/yii2-app-template)
- [Admin](https://admin.yii2.razonyang.com)

Getting started
---------------

```bash
# clone the project
git clone https://github.com/razonyang/yii2-vue-admin.git

# enter the project directory
cd yii2-vue-admin

# install dependency
npm install

# develop
npm run dev
```

This will automatically open http://localhost:9527

Build
-----

```bash
# build for test environment
npm run build:stage

# build for production environment
npm run build:prod
```

Advanced
--------

```bash
# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix
```

Refer to [Documentation](https://panjiachen.github.io/vue-element-admin-site/guide/essentials/deploy.html) for more information.

Browsers support
----------------

Modern browsers and Internet Explorer 10+.

| [IE / Edge](https://godban.github.io/browsers-support-badges/)IE / Edge | [Firefox](https://godban.github.io/browsers-support-badges/)Firefox | [Chrome](https://godban.github.io/browsers-support-badges/)Chrome | [Safari](https://godban.github.io/browsers-support-badges/)Safari |
| --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions

Credit
------

It is a fork of [Vue Element Admin](https://github.com/PanJiaChen/vue-element-admin)