@blocklevel/vue-geolocation
v0.0.7
Published
A starter kit for building modules
Downloads
12
Readme
module-kit
A starter kit for building modules
Usage
- clone the repository
- run
yarn
ornpm 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!