[Showcase] New Vite based Website and App (Darwin Analytics) #3925
arpowers
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just thought I'd post here about a new Vite + Vue3 website we're proud to have launched. The app itself is also built on the same stack, discussed below...
The website is here: https://www.darwin.so
and the app itself can be found here: https://app.darwin.so/register
We started building this app last year but knew from the outset that we didn't want to use Webpack. The main paint point we've had was integrating SSR and prerendering into the stack cleanly. We ended up writing our own renderer based on Vite's SSR docs.
Some tips,
Other than Vue and Vite, the stack is using Postgres, Tailwind, TypeScript. The usual suspects.
If you have any questions or would like some tips on creating something similar, let me know.
Picture of the app:
Beta Was this translation helpful? Give feedback.
All reactions