create-vuepress
create-vuepress copied to clipboard
Scaffolding out a VuePress docs, blog, repro repo or other interesting things
create-vuepress (Archived)
:warning: This project is now deprecated in favor of create-vuepress-site
Scaffolding a VuePress project
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- 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