Skip to content

sunforwork/create-vuepress-site

This branch is 1 commit ahead of vuepress/create-vuepress-site:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 23, 2023
2d0b524 · Aug 23, 2023

History

29 Commits
May 19, 2021
Aug 22, 2020
Oct 12, 2020
Aug 22, 2020
Aug 22, 2020
Oct 12, 2020
Aug 22, 2020
Aug 22, 2020
Oct 12, 2020
Aug 22, 2020
Oct 12, 2020

Repository files navigation

create-vuepress-site

Scaffolding a VuePress project

Getting Started

Run generator

In the desired folder, run the following command to start the VuePress site generator:

npx create-vuepress-site
# yarn create vuepress-site

This will create a scaffolded documentation site in the docs directory that is enclosed from the rest of the folder.

Setup local environment

# Navigate into newly scaffolded docs directory
cd docs

# Install dependencies
npm install
# yarn install

# Start local dev server
npm run dev

By default, you should now see your scaffolded VuePress docs site at https://localhost:8080!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Hat Tip

create-vuepress-site exists due to the previous work of:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • Stylus 10.3%