create-vuepress-tmp

Template based VuePress scaffolder

Usage no npm install needed!

<script type="module">
  import createVuepressTmp from 'https://cdn.skypack.dev/create-vuepress-tmp';
</script>

README

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