书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 232 个相关结果.
  • Getting Started

    Getting Started Global Installation Inside an Existing Project Getting Started ::: warning COMPATIBILITY NOTEVuePress requires Node.js >= 8.::: Global Installation If you ...
  • Bundler

    Bundler Webpack Vite Bundler VuePress has been using webpackopen in new window as the bundler to dev and build sites. Since VuePress v2, other tools like Viteopen in new win...
  • 快速上手

    快速上手 全局安装 现有项目 快速上手 ::: warning 注意请确保你的 Node.js 版本 >= 8。::: 全局安装 如果你只是想尝试一下 VuePress,你可以全局安装它: # 安装 yarn global add vuepress # 或者:npm install -g vuepress # 新建一个 ma...
  • 配置

    配置 配置文件 配置作用域 站点配置 主题配置 配置 配置文件 如果没有任何配置,你的 VuePress 站点仅有一些最基础的功能。为了更好地自定义你的网站,让我们首先在你的文档目录下创建一个 .vuepress 目录,所有 VuePress 相关的文件都将会被放在这里。你的项目结构可能是这样: ├─ docs │ ├─ ...
  • 快速上手

    快速上手 全局安装 现有项目 快速上手 注意 请确保你的 Node.js 版本 >= 8。 全局安装 如果你只是想尝试一下 VuePress,你可以全局安装它: # 安装 yarn global add vuepress@next # 或者:npm install -g vuepress@next # 新建一个 mar...
  • Getting Started

    Getting Started Prerequisites Manual Installation Getting Started Prerequisites Node.js v12+open in new window Yarn v1 classicopen in new window (Optional) Manual Ins...
  • Design Concepts

    Design Concepts of VuePress 1.x Pluggable Decoupling Configuration management .vuepress/config.js is also a plugin theme/index.js is also a plugin Apply plugins in a plugin C...
  • Configuration

    Configuration Config File Theme Configuration App Level Enhancements Configuration Config File Without any configuration, the page is pretty minimal, and the user has no w...
  • 打包工具

    打包工具 Webpack Vite 打包工具 VuePress 一直以来都在使用 webpack在新窗口打开 作为打包工具来进行网站的开发和构建。从 VuePress v2 开始,也可以支持使用其他工具,如 Vite在新窗口打开 等。 尽管社区用户也可以创建打包工具 Package ,但目前我们仅推荐使用由 VuePress 团队提供的打包...
  • 贡献指南

    贡献指南 概览 开发配置 开发脚本 yarn build yarn copy yarn dev yarn clean yarn docs:* yarn docs:build , yarn docs:dev , yarn docs:clean yarn docs:serve yarn lint yarn test 文档...