UNPKG

@gregdev/vue3-shortkey

Version:

A vue-shortkey port for VueJS 3.x accepts shortcuts globaly and in a single listener.

12 lines (10 loc) 274 B
var rm = require('rimraf') var webpack = require('webpack') var webpackConfig = require('./webpack.config.js') rm('./dist/', function (pErr) { if (pErr) throw pErr webpack(webpackConfig, function (err, stat) { if (err) throw err console.log('finished') }) })