Update use.md

This commit is contained in:
iczer 2020-06-28 21:03:55 +08:00 committed by GitHub
parent 6208acc477
commit 7c3404dc13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
## 目录结构
## 本地开发