docs: update clone

This commit is contained in:
Anthony Fu 2021-07-19 23:28:39 +08:00
parent a43d054604
commit 8b04523a87

View File

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