⚠️ This project is now deprecated in favor of create-vuepress-site
Scaffolding a VuePress project
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.
docs
- Create a documentation project with VuePress.blog
- Create a blog project with VuePress.
- 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
create-vuepress
will not be born without inspiration from these projects:
- create-umi (Direct reuse of scaffolding functions of the library.)
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