UNPKG

vue-grid-view

Version:

A grid view render, as a Vue component.

15 lines (10 loc) 243 B
var config = require('./webpack.config.js') config.entry = { 'vue-grid-view': './src/index.js', } config.output = { filename: './dist/[name].js', library: 'VueGridView', libraryTarget: 'umd' } module.exports = config