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