euvl / vue-js-grid

:bento: Vue.js 2.x responsive grid system with smooth sorting, drag-n-drop and reordering
https://euvl.github.io/vue-js-grid/
MIT License
951 stars 109 forks source link

Vue npm template #8

Closed cristijora closed 6 years ago

cristijora commented 7 years ago

As discussed in #5 these changes basically replace webpack with POI and a rollup wrapper. You can easily:

yarn install yarn run dev to run dev example yarn run build to produce 3 bundles (commonjs, esm and umd)

Only the rollup bundler alone produces reduces the bundle from 12 to 7kb (minified) without any code changes