vue+antd 后台管理框架
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
365 B

---
title: 使用
lang: zh-CN
---
# 使用
## 准备
你的本地环境需要安装 yarn、node 和 git。我们的技术栈基于 ES2015+、Vue、Antd,提前学习这些知识会非常有帮助。
## 安装
克隆本项目到本地
```
$ git clone https://github.com/iczer/vue-antd-admin.git
```
安装依赖
```
$ yarn install
```
## 目录结构
## 本地开发