UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

11 lines (10 loc) • 472 B
// TO-DO/next-major-release: move // import { navigate, prefetch } from 'vike/client/router' // to: // import { navigate, prefetch } from 'vike' // Use package.json#exports to make the imports isomorphic. export { navigate, reload } from './navigate.js'; export { prefetch } from './prefetch.js'; export { getPageContextClient } from './renderPageClient.js'; export { PROJECT_VERSION as version } from '../../utils/PROJECT_VERSION.js'; import '../assertEnvClient.js';