
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@vue/theme
Advanced tools
This is the VitePress theme for the official Vue documentation at vuejs.org.
Please note this theme is solely dedicated for vuejs.org and isn't meant to be used as a content-neutral theme. It does not follow semver and may contain hard-coded logic specific to the Vue documentation.
This repo can be developed on its own since it is a self-contained VitePress theme. Make sure to use pnpm as the package manager when installing deps. A demo app is available in /demo and can be run with pnpm dev:
pnpm install
pnpm dev
To work on this theme in the context of the vuejs.org website requires cloning both repos and linking the theme into the docs repo:
Clone repositories:
git clone git@github.com:vuejs/docs.git
git clone git@github.com:vuejs/theme.git
Link theme into docs repo:
# In ./theme
pnpm install
# Make @vue/theme available for global linking
pnpm link --global
# in ./docs
pnpm install
# Link theme
pnpm link --global @vue/theme
Start VitePress server:
# in ./docs
pnpm dev
Here is the list of available scripts that can be used during the development.
# Boot local dev server.
$ pnpm dev
# Build demo, then serve locally. This is for testing
# production build in the local environment.
$ pnpm serve
# Run lint via Prettier.
$ pnpm lint
# Run type check via tsc.
$ pnpm type
Copyright (c) 2021-present Evan You
FAQs
The VitePress theme for vuejs.org.
We found that @vue/theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.