Skip to content

Commit

Permalink
feat(themes): add starters new, new-tailwind and new-uno (nuxt#391
Browse files Browse the repository at this point in the history
)

* feat(themes): add starters `new` and `new-tailwind`

* feat(unocss): add unocss template

* chore(rename): new-unocss => new-uno

* chore(uno): update branch name
  • Loading branch information
Tahul authored Jun 6, 2023
1 parent 9c63fb5 commit cfc604b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/themes/new-tailwind.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "new-theme-tailwind",
"defaultDir": "my-theme",
"url": "https://github.com/nuxt-themes/starter/tree/tailwind",
"tar": "https://codeload.github.com/nuxt-themes/starter/tar.gz/refs/heads/tailwind"
}
6 changes: 6 additions & 0 deletions templates/themes/new-uno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "new-theme-uno",
"defaultDir": "my-theme",
"url": "https://github.com/nuxt-themes/starter/tree/uno",
"tar": "https://codeload.github.com/nuxt-themes/starter/tar.gz/refs/heads/uno"
}
6 changes: 6 additions & 0 deletions templates/themes/new.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "new-theme",
"defaultDir": "my-theme",
"url": "https://github.com/nuxt-themes/starter",
"tar": "https://codeload.github.com/nuxt-themes/starter/tar.gz/refs/heads/main"
}

0 comments on commit cfc604b

Please sign in to comment.