Skip to content

How can I make a static site with pages? #90

Answered by hannoeru
chuckadams asked this question in Q&A
Discussion options

You must be logged in to vote

Vue default runs SPA mode so you only get one HTML file in the dist folder.
If you want to use SSG to build a static website, try vite-ssg, it can work with this plugin.

Also, suggest you start with vitesse it's using both vite-plugin-pages & vite-ssg.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@chuckadams
Comment options

@hannoeru
Comment options

@chuckadams
Comment options

Answer selected by hannoeru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants