UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

4 lines (3 loc) 144 B
import type { CreateOptions } from './nuxt.js'; declare const entry: (ctx?: CreateOptions["ssrContext"]) => Promise<any>; export default entry;