32 lines
294 B
Markdown
32 lines
294 B
Markdown
# EleAdmin
|
|
|
|
https://eleadmin.com
|
|
|
|
## 安装
|
|
|
|
```bash
|
|
npm i --registry=https://registry.npmmirror.com
|
|
```
|
|
|
|
## 运行
|
|
|
|
全局引入方式运行:
|
|
|
|
```
|
|
npm run dev
|
|
```
|
|
|
|
## 打包
|
|
|
|
全部打包:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
打包指定组件:
|
|
|
|
```bash
|
|
npm run build --src /ele-avatar-list
|
|
```
|