初始化
This commit is contained in:
49
saiadmin-vue/README.md
Normal file
49
saiadmin-vue/README.md
Normal file
@@ -0,0 +1,49 @@
|
||||
<p align="center">
|
||||
<img src="https://saithink.top/images/logo.png" width="120" />
|
||||
</p>
|
||||
<p align="center">
|
||||
<img src="https://svg.hamm.cn/badge.svg?key=License&value=MIT" />
|
||||
<img src="https://svg.hamm.cn/badge.svg?key=Version&value=5.x" />
|
||||
</p>
|
||||
|
||||
## 简介
|
||||
|
||||
`Saidmin Vue` 5.x
|
||||
|
||||
## 安装使用
|
||||
|
||||
- 获取代码
|
||||
|
||||
```
|
||||
git clone https://github.com/saithink/saiadmin-vue.git
|
||||
```
|
||||
|
||||
或
|
||||
|
||||
```
|
||||
git clone https://gitee.com/appsai/saiadmin-vue.git
|
||||
```
|
||||
|
||||
或
|
||||
|
||||
```
|
||||
git clone https://gitcode.com/saigroup/saiadmin-vue.git
|
||||
```
|
||||
|
||||
- 安装依赖
|
||||
|
||||
```
|
||||
cd saiadmin-vue && yarn install
|
||||
```
|
||||
|
||||
- 运行
|
||||
|
||||
```
|
||||
yarn dev
|
||||
```
|
||||
|
||||
- 打包
|
||||
|
||||
```
|
||||
yarn build
|
||||
```
|
||||
Reference in New Issue
Block a user