vue-element-plus-admin的开发文档

kailong321200875 57d8decc0b Merge branch 'master' of https://github.com/kailong321200875/vue-element-plus-admin-doc il y a 3 ans
.github 5fa570f4d6 update: update cname il y a 3 ans
.vitepress 57d8decc0b Merge branch 'master' of https://github.com/kailong321200875/vue-element-plus-admin-doc il y a 3 ans
components f78a53747d docs: update icon document il y a 3 ans
dep e86bc1e13c wip: docs developing il y a 3 ans
guide 5ff2ea5f70 feat: add Error component doucment il y a 3 ans
hooks ffd6882e7f feat: add hooks docs il y a 3 ans
public e86bc1e13c wip: docs developing il y a 3 ans
.gitignore e86bc1e13c wip: docs developing il y a 3 ans
.prettierignore e86bc1e13c wip: docs developing il y a 3 ans
CNAME 78efdb53e3 Update CNAME il y a 3 ans
README.md e86bc1e13c wip: docs developing il y a 3 ans
favicon.ico e86bc1e13c wip: docs developing il y a 3 ans
index.md e86bc1e13c wip: docs developing il y a 3 ans
package.json 22fef00d16 docs: update link il y a 3 ans
pnpm-lock.yaml e86bc1e13c wip: docs developing il y a 3 ans
prettier.config.js e86bc1e13c wip: docs developing il y a 3 ans
tsconfig.json e86bc1e13c wip: docs developing il y a 3 ans
vite.config.ts e86bc1e13c wip: docs developing il y a 3 ans
windi.config.ts e86bc1e13c wip: docs developing il y a 3 ans
yarn.lock e86bc1e13c wip: docs developing il y a 3 ans

README.md

vue-element-plus-admin-doc

如何本地开发

# 克隆本仓库
$ git clone https://github.com/kailong321200875/vue-element-plus-admin-doc.git

# 安装依赖
$ yarn

# 启动开发服务器
$ npm run dev