Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

haoranpb/create-vuepress-tmp

Repository files navigation

create-vuepress-tmp

Template based VuePress scaffolder.

animation

Quick Start

yarn create vuepress-tmp vuepress-starter --install
cd vuepress-starter
yarn docs:dev

Then open http://localhost:8080/ in your favorite browser.

More information is available in the documentation and VuePress

Template

Currently, a template needs to be a git repository.

There is a template maintained with create-vuepress-tmp: vuepress-tmp

It's recommanded to make template a template repository, so users can simply create a repository base on it or develop a new template base on it.

History

Previously, create-vuepress-tmp@0.1.2 is simply a fork of create-vuepress with some minor updates (bump vuepress version, etc...)

Lisence

MIT