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 +```