1.0.7 • Published 5 years ago

vuepress-kj v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

快速构建你的VuePress应用的脚手架

🏠 Homepage

Install

npm install vuepress-kj -g

Usage

  1. create your VuePress app
vuepress-kj create <path>
  1. install dependencies
cd <path>

npm install
  1. init git
git init

git remote add origin https://github.com/<username>/<repo>.git
  1. generate page and deploy to github page
  • If you choose to it as your blog, you should install vuepress globally
npm install vuepress -g

vuepress build docs

npm run blog:deploy

vuepress dev docs  # local preview
  • otherwise
npm run docs:deploy

npm run docs:dev  # local preview

Links

vuepress-theme-yubisaki

vuepress

Preview

https://kaijiaLin.github.io/blog/

Author

👤 kaijiaLin

Show your support

Give a ⭐️ if this project helped you !


This README was generated with ❤️ by readme-md-generator

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago