@blocklevel/vue-browser

A Vue plugin to monitor browser events and specs

Usage no npm install needed!

<script type="module">
  import blocklevelVueBrowser from 'https://cdn.skypack.dev/@blocklevel/vue-browser';
</script>

README

module-kit

A starter kit for building modules

Usage

  • clone the repository
  • run yarn or npm install
  • change the name of your module in the package.json file ( remember also to change the 'main' property as well)
  • run npm run dev
  • code :tada:

Unit testing

It's already possible to use unit testing using Karma and Chai by running npm run test

delete the content of the README file and put yours!