Vuetify 离线文档

Vuetify Offline Docs

我已经开始使用 Vuetify 添加 ui-组件并使用预定义的布局。问题是我必须时不时地查看在线文档,并且要求我永久连接到互联网。

有没有办法获取 Vuetify 的离线文档?像 html built 和 doxygen/javadocs 或 CHM? PDF?乳胶?任何事情都有帮助。

更新

git clone https://github.com/vuetifyjs/vuetifyjs.com.git 已成为私有项目。文档现在位于 packages/docs/ 目录中。说明已更新。


您可以从 vuetifyjs 站点 repo 下载项目,在本地安装和 运行。

git 回购:https://github.com/vuetifyjs/vuetify

说明(针对基于 vue-cli-2 的项目):

    cd /tmp/
    git clone https://github.com/vuetifyjs/vuetify.git
    cd vuetify/packages/docs
    yarn

    # option 1 - build and serve
    yarn build
    yarn start

    # option 2 - run dev instance
    yarn dev
  1. https://github.com/vuetifyjs/vuetify
  2. 下载 zip
  3. 解压到任何地方,就像我把它放在 d:\xampp\htdcos\vuetify-master
  4. 打开命令提示符 (cmd) 并键入此路径 d:\xampp\htdcos\vuetify-master
  5. 运行 这个命令 yarn here D:\xampp\htdocs\vuetify-master>yarn
  6. 比运行 yarn build here D:\xampp\htdocs\vuetify-master>yarn build
  7. 比纱线从这里开始 D:\xampp\htdocs\vuetify-master>纱线开始
  8. 它将在 0.0.0.0:8095 启动 vuetify 本地文档
  9. 现在打开浏览器并输入 http://localhost:8095 并享受

需要节点模块 还在 运行ning yarn 命令之前从 https://yarnpkg.com/lang/en/docs/install/#windows-stable 安装 yarn,并确保通过 yarn -v

在 cmd 中检查 yarn 版本
git clone https://github.com/vuetifyjs/vuetify.git
yarn
yarn build
yarn start
http://localhost:8095

请参阅 the docs 了解如何 运行 文档。

git clone https://github.com/vuetifyjs/vuetify.git
cd vuetify
yarn
yarn build
yarn dev docs

然后前往http://localhost:8095/en/getting-started/quick-start

Vuetify 网站允许您在未连接到互联网时通过键入其网站并按 enter 键离线查看它。它有效,我一直这样做。