1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/lib/index.js
2018-02-27 00:18:36 +03:30

12 lines
246 B
JavaScript

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