摘要: 建立文件夹 vuepressDemo 安装 vuepress npm install -g vuepress 初始化 默认配置 npm init -y 配置package.json { "scripts": { "dev": "vuepress dev docs", "build": "vuepre 阅读全文
posted @ 2021-10-22 16:12 不再犯错 阅读(491) 评论(0) 推荐(0)