mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-21 07:59:33 +00:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
import Generator from './generator'
|
|
export { default as Generator } from './generator'
|
|
|
|
export function getGenerator (nuxt) {
|
|
return new Generator(nuxt)
|
|
}
|