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

https://github.com/node-ecosystem/vike-lite

Lite version of Vike web framework
https://github.com/node-ecosystem/vike-lite

lite ssr vike vite web-framework

Last synced: 9 days ago
JSON representation

Lite version of Vike web framework

Awesome Lists containing this project

README

          

# Monorepo of `vike-lite`

Vike Lite (pronounced _/vaɪk laɪt/_) is a _light_ web framework inspired by [Vike](https://vike.dev).

### ✨ Features
~ 🪶 **Light** ~ Zero dependencies and only essential validations

~ ⚖️ **Functionalities** ~ [See differences](packages/vike-lite/doc/differences/INDEX.md)

### 📦 Packages
| Package | Description | Migration
| - | - | -
| [vike-lite](packages/vike-lite) | Core, inspired by [vike](https://github.com/vikejs/vike) | [Migration from `vike`](./packages/vike-lite/doc/MIGRATION.md)
| [vike-lite-solid](packages/vike-lite-solid) | UI adapter for SolidJS, inspired by [vike-solid](https://github.com/vikejs/vike-solid) | [Migration from `vike-solid`](./packages/vike-lite-solid/doc/MIGRATION.md)

### 🫶 Contribution
Want to contribute to the project? Clone the repository and install the dependencies:
```sh
git clone https://github.com/node-ecosystem/vike-lite.git
cd vike-lite
yarn
```

### 📜 License

[MIT](LICENSE)