Sign inSign up

a0533057932/vue-docs-offline

By a0533057932

Updated 6 months ago

Image
0

1.5K

a0533057932/vue-docs-offline repository overview

Vue.js Docs - Offline Docker

Full offline build of the Vue.js documentation, packaged as a Docker image. No internet connection required after pulling the image.

Quick Start

docker pull a0533057932/vue-docs-offline:latest docker run -d -p 8080:80 --name vue-docs a0533057932/vue-docs-offline:latest

Open http://localhost:8080

Stop / Remove

docker stop vue-docs docker rm vue-docs

What's Included

  • Full Vue.js 3 documentation (guides, API reference, tutorial, examples)
  • Interactive REPL with locally bundled Vue runtime
  • VitePress local search
  • All CDN dependencies bundled locally

Platform Support

  • linux/amd64
  • linux/arm64

Tag summary

Content type

Image

Digest

sha256:37a4bce4c

Size

33.1 MB

Last updated

6 months ago

docker pull a0533057932/vue-docs-offline