Nuxt/lib/core/index.js
Clark Du ef7a42649d misc: improve coverage and packaging (#3121)
nuxt-start and nuxt/legacy are also coming!
2018-03-28 02:58:17 +04:30

10 lines
139 B
JavaScript

import Module from './module'
import Nuxt from './nuxt'
import Renderer from './renderer'
export default {
Nuxt,
Module,
Renderer
}