UNPKG

vue2-bootstrap-table2

Version:

A sortable and searchable table, as a Vue component, using Bootstrap and Fontawesome styling.

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