UNPKG

@inkline/nuxt

Version:

Nuxt.js Module for Inkline, the intuitive UI Components library that gives you the foundation for building high-quality, accessible, and customizable Vue.js Design Systems.

6 lines (5 loc) 227 B
module.exports = function(...args) { return import('./module.mjs').then(m => m.default.call(this, ...args)) } const _meta = module.exports.meta = require('./module.json') module.exports.getMeta = () => Promise.resolve(_meta)