1.0.5 • Published 4 years ago
vitepress-theme-doc v1.0.5
Vue Theme doc
This is the VitePress theme for the official Vue documentation at vuejs.org.
Available Scripts
Here is the list of available scripts that can be used during the development.
# Boot local dev server.
$ pnpm run dev
# Build demo, then serve locally. This is for testing
# production build in the local environment.
$ pnpm run serve
# Run lint via Prettier.
$ pnpm run lint
# Run type check via tsc.
$ pnpm run type