Skip to content

brillout/vite-plugin-ssr_vue-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using vite-plugin-ssr with Vue Router.

This example completely replaces vite-plugin-ssr's built-in router with Vue Router. Alternatively we can:

  • Use Vue Router only for a single or a couple pages.
  • Deeply integrate Vue Router with vite-plugin-ssr's router. (:construction: Work-in-progress: follow this ticket and see this PR.)

To run it:

git clone git@github.com:brillout/vite-plugin-ssr
cd vite-plugin-ssr/examples/vue-router/
npm install
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published