mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
chore: update document; 🐶
This commit is contained in:
parent
d214332218
commit
cd854761f5
@ -16,7 +16,6 @@ module.exports = {
|
||||
sidebar: [
|
||||
{
|
||||
title: '开始',
|
||||
path: '/start/',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'/start/use', '/start/faq'
|
||||
@ -24,7 +23,6 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
title: '开发',
|
||||
path: '/develop/',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'/develop/block', '/develop/layout', '/develop/router', '/develop/page', '/develop/theme', '/develop/service', '/develop/mock'
|
||||
@ -32,7 +30,6 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
title: '进阶',
|
||||
path: '/advance/',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'/advance/i18n', '/advance/chart', '/advance/theme', '/advance/error', '/advance/authority'
|
||||
@ -40,7 +37,6 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
title: '其它',
|
||||
path: '/other/',
|
||||
collapsable: false,
|
||||
children: [
|
||||
'/other/upgrade', '/other/community'
|
||||
|
@ -5,7 +5,7 @@ heroImage: /logo.png
|
||||
heroText: Vue Antd Admin
|
||||
tagline: 开箱即用的中台前端/设计解决方案
|
||||
actionText: 快速上手 →
|
||||
actionLink: /start/
|
||||
actionLink: /start/use
|
||||
features:
|
||||
- title: 简洁
|
||||
details: 以 Markdown 为中心的项目结构,以最少的配置帮助你专注于写作。
|
||||
|
@ -4,7 +4,7 @@ lang: zh-CN
|
||||
---
|
||||
# 使用
|
||||
## 准备
|
||||
你的本地环境需要安装 yarn、node 和 git。我们的技术栈基于 ES2015+、Vue、Antd,提前学习这些知识会非常有帮助。
|
||||
你的本地环境需要安装 yarn、node 和 git。我们的技术栈基于 ES2015+、Vue、Antd,提前学习这些知识会非常有帮助。
|
||||
## 安装
|
||||
克隆本项目到本地
|
||||
```bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user