UNPKG

render-ui

Version:

Vue component UIs style by TailwindCSS 🥳🤩😎

10 lines (7 loc) • 149 B
const mix = require('laravel-mix') mix.js('src/index.js', 'dist/index.js') mix.webpackConfig({ output: { libraryTarget: 'umd' } })