Skip to content

elbrusnt/vuejs-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejs.org

This is the WIP branch of the brand new vuejs.org. The content is under heavy updates and re-organization so please refrain from submitting PRs to this branch until we have removed this notice.

Dev Setup

This site is built with VitePress and @vue/theme. Site content is written in Markdown format located in src.

Make sure to use pnpm as the package manager:

pnpm i
pnpm run dev

Writing

See the Vue Docs Writing Guide for our rules and recommendations on writing and maintaining documentation.

Developing

For now, local development requires cloning both this repo and vuejs/theme:

  1. Clone repositories
git clone [email protected]:vuejs/docs.git
git clone [email protected]:vuejs/theme.git
  1. Link theme into docs repo
# In ./theme
# Install dependencies
pnpm i
# Link workspace in ./theme
pnpm link --global

# in ./docs
pnpm link --global @vue/theme
  1. Install deps and start VitePress server
# in ./docs
pnpm i
pnpm run dev

About

📄 Documentation for Vue 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 48.7%
  • JavaScript 23.2%
  • TypeScript 15.6%
  • HTML 7.2%
  • CSS 5.3%