UNPKG

vue-bootstrap-table2

Version:

A sortable and searchable vue table, as a Vue component, using bootstrap styling.

15 lines (10 loc) 241 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