📝 Update readme with newest template

This commit is contained in:
Alexandre
2021-02-22 13:41:01 +01:00
parent 9648bb5230
commit 8bf4130ff1
+10 -3
View File
@@ -4,9 +4,9 @@ This repository holds most of the official starter templates for Vite.
You get:
* HMR out of the box
* Minimal bundle size
* All the vite features..
- HMR out of the box
- Minimal bundle size
- All the vite features..
## Install
@@ -43,6 +43,13 @@ $ cd my-solid-project
$ pnpm install # or npm install or yarn install
```
```bash
# Typescript tailwind template + basic file base routing
$ npx degit amoutonbrady/vite-template-solid/ts-router my-solid-project
$ cd my-solid-project
$ pnpm install # or npm install or yarn install
```
## I don't see a template that matches my need?
You wish there was a template with a router? Bootstrap? Your favorite library?