• This repository has been archived on 13/May/2024
  • Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 4 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

VuePress Site Generator

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:

More Repositories

1

core

Vue-Powered Static Site Generator
TypeScript
2,284
star
2

awesome-vuepress

๐ŸŽ‰ A curated list of awesome things related to VuePress
1,990
star
3

vuepress-theme-blog

Default blog theme for VuePress.
Vue
209
star
4

vuepress-plugin-blog

Official blog plugin for VuePress
TypeScript
181
star
5

vuepress-community

๐Ÿ’ก Community supported ecosystem for VuePress
TypeScript
81
star
6

create-vuepress

Scaffolding out a VuePress docs, blog, repro repo or other interesting things
JavaScript
67
star
7

vuepress-plugin-mathjax

๐Ÿ“ƒ Use TeX in VuePress.
JavaScript
32
star
8

ecosystem

Official plugins and themes for VuePress2
TypeScript
28
star
9

docs

VuePress Documentation
TypeScript
25
star
10

vuepress.github.io

Developer deployment of VuePress documentation
HTML
21
star
11

vuepress-plugin-schema2md

A VuePress plugin to help you generate pages via JSON Schema (HMR โœ…)
JavaScript
20
star
12

vuepress-plugin-example-preview

Easily display the preview of a code snippet
Vue
14
star
13

marketplace

Market place for VuePress2 plugins and themes
JavaScript
12
star
14

vuepress-plugin-html-redirect

A VuePress plugin to handle "redirection" with HTML.
JavaScript
11
star
15

vuepress-plugin-dehydrate

๐Ÿ”ฅ Dehydrate HTML files in VuePress.
JavaScript
9
star
16

vuepress-plugin-smooth-scroll

๐ŸŽข Vuepress plugin for smooth scrolling
TypeScript
8
star
17

blog

The repo for the official VuePress blog
6
star
18

vuepress-plugin-dynamic-base

A VuePress plugin of enabling dynamic public path and route base.
JavaScript
6
star
19

vuepress-plugin-clean-urls

๐Ÿ’ง Use clean urls in VuePress.
JavaScript
6
star
20

vuepress-plugin-container

๐Ÿ“ฆ Use markdown containers in VuePress.
JavaScript
5
star
21

vuepress-plugin-migrate

๐Ÿพ Migrate any website to VuePress.
JavaScript
5
star
22

vuepress-plugin-serve

๐Ÿ”‘ Serve generated files in VuePress.
JavaScript
4
star
23

configs

Config files for VuePress Organization
TypeScript
4
star
24

vuepress-plugin-medium-zoom

๐Ÿ” Make images zoomable in VuePress.
JavaScript
4
star
25

vp-update

Update helper for VuePress2
TypeScript
3
star
26

vuepress-plugin-nprogress

๐Ÿƒ Show progress bar in VuePress.
JavaScript
3
star
27

vuepress-plugin-zooming

๐Ÿ” Make images zoomable in VuePress.
JavaScript
3
star
28

bing-wallpaper-api

Today Bing wallpaper API
TypeScript
3
star
29

vuepress-plugin-git-log

๐Ÿ’พ Integrates git logs into VuePress.
JavaScript
2
star
30

vuepress-plugin-redirect

๐Ÿšฅ Handle redirections in VuePress.
JavaScript
2
star
31

vuepress-plugin-copyright

๐Ÿ“‹ Handle copy behaviors in VuePress.
JavaScript
2
star