Skip to content

Commit 5acd4b7

Browse files
authored
feat: vue (#51)
1 parent 7dec693 commit 5acd4b7

File tree

10 files changed

+436
-39
lines changed

10 files changed

+436
-39
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,12 @@ https://typicode.github.io/mistcss
4343

4444
## Supports
4545

46+
Bring your favorite tools:
47+
4648
- [Next.js](https://nextjs.org/)
4749
- [Remix](https://remix.run/)
4850
- [React](https://react.dev/)
49-
- [Hono](https://hono.dev/)
51+
- [Vue](https://vuejs.org)
5052
- [Astro](https://astro.build/)
53+
- [Hono](https://hono.dev/)
5154
- [Tailwind CSS](https://tailwindcss.com/)

docs/package-lock.json

Lines changed: 257 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/starlight": "^0.21.5",
1414
"astro": "^4.3.5",
15+
"astro-embed": "^0.7.1",
1516
"sharp": "^0.32.5"
1617
}
17-
}
18+
}

0 commit comments

Comments
 (0)