Nuxt/lib/index.js

12 lines
246 B
JavaScript
Raw Normal View History

/*!
* Nuxt.js
* (c) 2016-2017 Chopin Brothers
* Core maintainer: Pooya Parsa (@pi0)
* Released under the MIT License.
*/
2017-06-20 12:12:21 +00:00
const core = require('./core')
const builder = require('./builder')
module.exports = Object.assign({}, core, builder)