Skip to content

brook-w/blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

npm npm GitHub stars CI baiduPush

vuepress-theme-vdoing

文档 | 效果 | 本仓库的 gitee 镜像

介绍

  1. 这个主题的初衷是打造一个好用的、面向程序员的知识管理工具
  2. 轻松构建一个结构化的知识库,让你的知识海洋像一本本书一样清晰易读。
  3. 博客功能提供一种知识的碎片化形态,并支持个性化博客配置。
  4. 简洁高效,以 Markdown 为中心的项目结构。内置自动化工具,以更少的配置完成更多的事。配合多维索引快速定位每个知识点。

更新日志

这个主题可以做什么?

快速上手

# clone the project
git clone https://github.com/xugaoyi/vuepress-theme-vdoing.git

# enter the project directory
cd vuepress-theme-vdoing

# install dependency
npm install # or yarn install

# develop
npm run dev # or yarn dev

许可证

MIT

Copyright (c) 2019-present Evan Xu

mermaid

https://mermaid-js.github.io/mermaid/#/

stateDiagram direction LR [*] --> A A --> B B --> C state B { direction LR a --> b } B --> D

xmind

<script> export default{ data(){ return { msg:"123" } }, created(){ console.log(this.msg); }, async mounted(){ const container = document.querySelector('#xmind') const res = await fetch('https://files.etoury.com/brook-pdf/test.xmind') const viewer = new XMindEmbedViewer({ el: '#xmind', file: await res.arrayBuffer(), styles: { 'height': '800px', 'width': '100%' }, }) } } </script>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published