Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@n2geoff n2geoff released this 30 Jul 01:39
· 4 commits to main since this release

A Better Vite Citizen

This is WAY more like a regular VITE application.

  • Removed Auto Mounting System: would break if your not using .riot files
  • Entry point is now an app component () that itself includes the welcome page, this way you may only ever need to manually register and mount a single component, then just use the components "component" property to register/mount dependencies - much cleaner
  • Build System actually works
  • Updated dependencies