Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.21 KB

routify-vite

Use Vite (Next Generation Frontend Tooling) in Routify. What is Vite? see Vite for more informations.

Need Vite + Typescript version? See routify-vite-ts.

Installation

npx degit lamualfa/routify-vite project-name
cd project-name
npm && npm run dev

Environment

  • Routify - v2.15.1
  • Vite - v2.1.5
  • Vite Plugin Svelte - v1.0.0-next.7

Demo

See routify-vite.vercel.app.


Related