本项目收录于 product
Windows System Productivity Tools for Work
Site:
-
GitHub: GitHub
Ref: 本网站使用:https://vuejs.github.io/vitepress/v1/zh/guide/getting-started v1.6.4 版本的教程
修改主题配色等:
创建下面两个文件,并且参考 https://vitepress.dev/zh/guide/extending-default-theme [自定义 CSS] ,进行修改配色
docs\.vitepress\theme\index.js
docs\.vitepress\theme\custom.css
https://github.com/vuejs/vitepress/tree/main/docs/.vitepress/theme
Clone 文件夹
删除:package-lock.json 和 node_modules 文件夹
执行: ❯ npm install
预览: ❯ npm run docs:dev
