@nexusts/view
v0.9.4
Published
View engines (Rendu, Edge, Eta) + Inertia.js v3 adapter
Downloads
3,648
Readme
@nexusts/view
NexusTS — Bun-native fullstack framework
Description
View engines (Rendu, Edge, Eta) + Inertia.js v3 adapter.
3 engines: Rendu (default, every runtime), Edge (Adonis-style .edge), Eta (EJS-style .eta). Inertia v3 adapter for React + Vue SPAs and SSR.
Install
This module is part of the NexusTS monorepo. Each module is published as its own npm package under the @nexusts/ scope.
Most apps start with just the core:
bun add @nexusts/coreThen add this module only if you need it:
bun add @nexusts/viewPeer dependencies
None. No external dependencies for Rendu / Edge / Eta. Inertia.js React requires react and @inertiajs/react; Inertia.js Vue requires vue and @inertiajs/vue3.
Usage
import { /* public API */ } from "@nexusts/view";See the user guide and the example app for a working demo.
License
MIT — see the root LICENSE.
