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

kailong321200875 0d2b9a533b feat: add plop doc 3 yıl önce
.github 5fa570f4d6 update: update cname 3 yıl önce
.vitepress 0d2b9a533b feat: add plop doc 3 yıl önce
components 6927d97265 feat: add Sticky and ContentDetailWrap doc 3 yıl önce
dep 0d2b9a533b feat: add plop doc 3 yıl önce
guide 0d2b9a533b feat: add plop doc 3 yıl önce
hooks be049d862f docs: add InputPassword and Footer demo 3 yıl önce
public e86bc1e13c wip: docs developing 3 yıl önce
.gitignore e86bc1e13c wip: docs developing 3 yıl önce
.prettierignore e86bc1e13c wip: docs developing 3 yıl önce
CNAME 78efdb53e3 Update CNAME 3 yıl önce
README.md e86bc1e13c wip: docs developing 3 yıl önce
favicon.ico e86bc1e13c wip: docs developing 3 yıl önce
index.md e86bc1e13c wip: docs developing 3 yıl önce
package.json 22fef00d16 docs: update link 3 yıl önce
pnpm-lock.yaml e86bc1e13c wip: docs developing 3 yıl önce
prettier.config.js e86bc1e13c wip: docs developing 3 yıl önce
tsconfig.json e86bc1e13c wip: docs developing 3 yıl önce
vite.config.ts e86bc1e13c wip: docs developing 3 yıl önce
windi.config.ts e86bc1e13c wip: docs developing 3 yıl önce
yarn.lock e86bc1e13c wip: docs developing 3 yıl önce

README.md

vue-element-plus-admin-doc

如何本地开发

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

# 安装依赖
$ yarn

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