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.

5 lines (4 loc) 228 B
export declare function baseURL(): string; export declare function buildAssetsDir(): string; export declare function buildAssetsURL(...path: string[]): string; export declare function publicAssetsURL(...path: string[]): string;