From 8b04523a8796633647f47ada1da9c3b3ef4f00ef Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Mon, 19 Jul 2021 23:28:39 +0800 Subject: [PATCH] docs: update clone --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 0e78775..c9c9efc 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,18 @@ See [Vitesse](https://github.com/antfu/vitesse) for full featureset. - [`@vueuse/head`](https://github.com/vueuse/head) - manipulate document head reactively - [`vue-global-api`](https://github.com/antfu/vue-global-api) - Use Vue Composition API globally +## Try it now! + +### GitHub Template + +[Create a repo from this template on GitHub](https://github.com/antfu/vitesse-lite/generate). + +### Clone to local + +If you prefer to do it manually with the cleaner git history + +```bash +npx degit antfu/vitesse-lite my-vitesse-app +cd my-vitesse-app +pnpm i # If you don't have pnpm installed, run: npm install -g pnpm +```