📝 Update readme with newest template
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user