
企业版CodeGeeX使用手册
企业版CodeGeeX使用手册
Simplicity First
Minimal setup with markdown-centered project structure helps you focus on writing.
Vue-Powered
Enjoy the dev experience of Vue, use Vue components in markdown, and develop custom themes with Vue.
Performant
VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
Themes
Providing a default theme out of the box. You can also choose a community theme or create your own one.
Plugins
Flexible plugin API, allowing plugins to provide lots of plug-and-play features for your site.
Bundlers
Default bundler is Vite, while Webpack is also supported. Choose the one you like!
This is the content of home page. Check Home Page Docs for more details.
如何批量生成PDF
步骤
- 启动vuepress静态服务(puppeteer生成PDF只能接受http图片)
npm run docs:dev
- 如果是本地环境执行
npm run html2pdf
- 如果是远程机器执行
npm run html2pdf:linux
- 脚本执行之后在public/pdf目录下会有最新生成的pdf。使用git命令进行提交
安装
- 下载项目后运行npm install --legacy-peer-deps
- 如果无法启动服务,可以运行npm install -g pnpm