/create-vuepress

Scaffolding out a VuePress docs, blog, repro repo or other interesting things

Primary LanguageJavaScriptMIT LicenseMIT

create-vuepress (Archived)

⚠️ This project is now deprecated in favor of create-vuepress-site

Scaffolding a VuePress project

NPM version NPM downloads

Usage

Note that you need to initialize this instruction in an empty directory.

$ yarn create vuepress [appName]

Please be sure to cd [appName] and run yarn to install dependencies.

Boilerplates

  • docs - Create a documentation project with VuePress.
  • blog - Create a blog project with VuePress.

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

Prior Art

create-vuepress will not be born without inspiration from these projects:

  • create-umi (Direct reuse of scaffolding functions of the library.)

Author

create-vuepress © ULIVZ, Released under the MIT License.
Authored and maintained by ULIVZ with help from contributors (list).

github.com/ulivz · GitHub @ULIVZ · Twitter @_ulivz