Nuxt/index.js

10 lines
160 B
JavaScript
Raw Normal View History

2017-01-11 21:18:23 +00:00
/*
** Nuxt.js
** Made by Chopin Brothers
** @Atinux & @alexchopin
*/
var Nuxt = require('./dist/nuxt.js')
module.exports = Nuxt.default ? Nuxt.default : Nuxt