📝 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:
|
You get:
|
||||||
|
|
||||||
* HMR out of the box
|
- HMR out of the box
|
||||||
* Minimal bundle size
|
- Minimal bundle size
|
||||||
* All the vite features..
|
- All the vite features..
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
@@ -43,6 +43,13 @@ $ cd my-solid-project
|
|||||||
$ pnpm install # or npm install or yarn install
|
$ 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?
|
## I don't see a template that matches my need?
|
||||||
|
|
||||||
You wish there was a template with a router? Bootstrap? Your favorite library?
|
You wish there was a template with a router? Bootstrap? Your favorite library?
|
||||||
|
|||||||
Reference in New Issue
Block a user