mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
Update use.md
This commit is contained in:
parent
6208acc477
commit
7c3404dc13
@ -4,6 +4,15 @@ lang: zh-CN
|
||||
---
|
||||
# 使用
|
||||
## 准备
|
||||
你的本地环境需要安装 yarn、node 和 git。我们的技术栈基于 ES2015+、Vue、Antd,提前学习这些知识会非常有帮助。
|
||||
## 安装
|
||||
克隆本项目到本地
|
||||
```
|
||||
$ git clone https://github.com/iczer/vue-antd-admin.git
|
||||
```
|
||||
安装依赖
|
||||
```
|
||||
$ yarn install
|
||||
```
|
||||
## 目录结构
|
||||
## 本地开发
|
||||
|
Loading…
x
Reference in New Issue
Block a user