0.0.2 • Published 4 years ago

@valcom/v-alert-geolocation-module v0.0.2

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

Initial Setup

To Run the demo app you have follow the following steps.

  1. Clone the repository.
  2. Run npm install (uses the package-lock.json)
  3. Then run yarn build
  4. Then run yarn link
  5. Inside the demo-app directory run yarn link "v-alert-geolocation-module"
  6. Then run yarn install
  7. Then run yarn start
  8. If you want to see live changes done in v-alert-geolocation-module inside demo app run yarn start to both ( the module and the demo-app )

Publish a beta

  • Add beta to package.json version, example "version": "0.7.1-beta.0"
  • npm publish --tag beta