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.

8 lines (7 loc) 284 B
import type { App } from 'vue'; import '#build/fetch.mjs'; import '#build/global-polyfills.mjs'; import type { CreateOptions } from './nuxt.js'; import '#build/css'; declare const _default: (ssrContext?: CreateOptions["ssrContext"]) => Promise<App<Element>>; export default _default;