eladmin 1.0 版本发布
This commit is contained in:
24
README.md
Normal file
24
README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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
|
||||
|
||||
# Build for production and view the bundle analyzer report
|
||||
npm run build --report
|
||||
```
|
||||
Reference in New Issue
Block a user