https://vuepress.vuejs.org @vuepressjs vuepress.github.io@gmail.com PinnedLoading corecorePublic Vue-Powered Static Site Generator TypeScript2.5k922 ecosystemecosystemPublic Official plugins and themes for VueP
# 部署到 GitHub Pages-name:Deployuses:JamesIves/github-pages-deploy-action@releases/v3with:ACCESS_TOKEN:${{secrets.ACCESS_TOKEN}}# 也就是我们刚才生成的 secretBRANCH:gh-pages # 部署到 gh-pages 分支,因为 main 分支存放的一般是源码,而 gh-pages 分支则用来存放生成的静态文件FOLDER:docs/.vuepress/d...
VuePress Status: Release Candidate Documentation https://vuepress.vuejs.org For users from VuePress v1, please check out themigration guide. SeeContributing Guide(中文版) This is the repository for VuePress core packages. For plugins, themes and tools, seevuepress/ecosystem ...
xugaoyi/vuepress-theme-vdoing Star4.7k 🚀一款简洁高效的VuePress知识管理&博客(blog)主题 javascriptblogthememarkdownvuedeployactionsblog-themevuepressvuepress-themevuepress-blogvuepress-plugin UpdatedAug 2, 2024 Vue 大前端技术为主,读书笔记、随笔、理财为辅,做个终身学习者。
build: exclude vuepress dir explicitly Dec 28, 2023 .gitignore build: add version message Feb 25, 2024 .npmrc build: add version message Feb 25, 2024 .prettierignore build: set up lint and format scripts (#4) Dec 10, 2023 CONTRIBUTING.md ...
安装VuePress 步骤1: 创建并进入一个新目录 在命令行中进入存放项目的目录,新建一个文件夹,然后进入文件夹,文件夹的名字随便取。 代码语言:javascript 代码运行次数:0 运行 AI代码解释 mkdir zhanyd-blog cd zhanyd-blog 这里用命令行来新建文件夹,当然你手动建也行。
This branch is up to date withAliyunWorkbench/vuepress:master. README Code of conduct MIT license vuepress 一、vuepress简介和使用 背景介绍 VuePress 由两部分组成:第一部分是一个极简静态网站生成器 ,它包含由 Vue 驱动的主题系统和插件 API,另一个部分是为书写技术文档而优化的默认主题,它的诞生初衷是为...
安装VuePress 步骤1: 创建并进入一个新目录 在命令行中进入存放项目的目录,新建一个文件夹,然后进入文件夹,文件夹的名字随便取。 mkdir zhanyd-blogcdzhanyd-blog 这里用命令行来新建文件夹,当然你手动建也行。 步骤2: 初始化项目 git init# 这一步可以先跳过,放到后面一起执行pnpm init ...
为了方便阅读,使用 VuePress 将之前记录的后台常用Linux命令博文整理成一个系统的开源在线书籍,希望能够帮到大家。 1.背景 书籍需要不断修正完善,每次修改书籍内容后,需要手动执行命令构建生成静态站点,然后推送到Github。 当书籍页面较多时,编译的过程需要花费几分钟甚至更多的时间。如果频繁修改书籍内容,那么需要频繁的手...
If you don't have a local checkout, you can also open VuePress in Gitpod, a free online IDE for GitHub. If you intend to make "substantial" changes to VuePress or its documentation, please checkout VuePress RFCs. If you have a VuePress-related project/component/tool, add it with a pul...