📝 Blog: docs.solid-vue.tech/blog
🌐 Website: solid-vue.tech
💻 GitHub: github.com/solid-vue
Give it a go and tell us what you think. 🙏
📝 Blog: docs.solid-vue.tech/blog
🌐 Website: solid-vue.tech
💻 GitHub: github.com/solid-vue
Give it a go and tell us what you think. 🙏
npm create solid-vue@latest my-app
We're early access — there's plenty still to build, and we'd genuinely love your feedback on what's missing or rough.
npm create solid-vue@latest my-app
We're early access — there's plenty still to build, and we'd genuinely love your feedback on what's missing or rough.
npx solid-vue add tailwind
npx solid-vue add auth
npx solid-vue add i18n
...and more.
Optional add-ons via our companion CLI, solid-vue-cli — the core stays lean.
npx solid-vue add tailwind
npx solid-vue add auth
npx solid-vue add i18n
...and more.
Optional add-ons via our companion CLI, solid-vue-cli — the core stays lean.
Instant startup, near-instant HMR, and state management ready out of the box — no extra setup.
Instant startup, near-instant HMR, and state management ready out of the box — no extra setup.
src/server/api holds your endpoints, served through h3 right alongside your frontend. One dev server, one deploy — no separate backend project required.
src/server/api holds your endpoints, served through h3 right alongside your frontend. One dev server, one deploy — no separate backend project required.
Every file in src/pages becomes a route automatically — powered by Vue Router's own file-based routing. No routing config file needed just to get going.
Every file in src/pages becomes a route automatically — powered by Vue Router's own file-based routing. No routing config file needed just to get going.