feat: add a minimal unocss template

This commit is contained in:
Martin Oppitz
2022-02-01 02:22:34 +01:00
parent 1b9295413b
commit 3bd2a41438
12 changed files with 2140 additions and 0 deletions
+7
View File
@@ -43,6 +43,13 @@ $ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
```bash
# Typescript unocss template
$ npx degit solidjs/templates/ts-unocss my-solid-project
$ cd my-solid-project
$ npm install # or pnpm install or yarn install
```
```bash
# Typescript windicss template
$ npx degit solidjs/templates/ts-windicss my-solid-project