21 lines
509 B
Markdown
21 lines
509 B
Markdown
# eladmin-qt
|
|
|
|
eladmin 前端源码,后端源码:[https://github.com/elunez/eladmin](https://github.com/elunez/eladmin)
|
|
|
|
#### 初始模板
|
|
前端模板基于花衩裤:[https://github.com/PanJiaChen/vue-admin-template](https://github.com/PanJiaChen/vue-admin-template)
|
|
|
|
## Build Setup
|
|
``` bash
|
|
# Clone project
|
|
git clone https://github.com/elunez/eladmin-qd
|
|
|
|
# Install dependencies
|
|
npm install
|
|
|
|
# Serve with hot reload at localhost:9528
|
|
npm run dev
|
|
|
|
# Build for production with minification
|
|
npm run build
|
|
``` |