docs: update clone
This commit is contained in:
parent
a43d054604
commit
8b04523a87
15
README.md
15
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
|
- [`@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
|
- [`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
|
||||||
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user