0.1.0 • Published 7 years ago

@blocklevel/vue-browser v0.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

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!