Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lamualfa/routify-vite

Use Vite in Routify
https://github.com/lamualfa/routify-vite

routify svelte template vite

Last synced: about 2 hours ago
JSON representation

Use Vite in Routify

Awesome Lists containing this project

README

        

# routify-vite

Use Vite (_Next Generation Frontend Tooling_) in Routify. What is Vite? see [Vite](https://vitejs.dev/) for more informations.

> Need Vite + Typescript version? See [routify-vite-ts](https://github.com/lamualfa/routify-vite-ts).

## Installation

```bash
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](https://routify-vite.vercel.app/).


## Related

- [routify-ts](https://github.com/lamualfa/routify-ts) - Use Typescript in Routify Project.
- [routify-tailwind](https://github.com/lamualfa/routify-tailwind) - Use Tailwind CSS in Routify.
- [routify-twind](https://github.com/lamualfa/routify-twind) - Use Twind (Tailwind CSS in JS version) in Routify.
- [routify-windi](https://github.com/lamualfa/routify-windi) - Use Windi CSS (_Next generation of Tailwind CSS compiler_) in Routify.
- [routify-carbon](https://github.com/lamualfa/routify-carbon) - Use IBM Carbon Framework in Routify.
- [routify-vite-ts](https://github.com/lamualfa/routify-vite-ts) Use Vite (_Next Generation Frontend Tooling_) & Typescript in Routify.