npm.io
1.1.5 • Published 2 years ago

@cirquedev/interactive-map

Licence
Version
1.1.5
Deps
4
Size
459 kB
Vulns
1
Weekly
0

Introduction

CDS Map Components. Created to facilitate the use of the Google Maps API and to provide ourselve with a custom API Wrapper.

Getting Started

  1. Install the dependencies npm install
  2. Serve the project npm run dev
  3. Vue 3 is on another branch named: vue-3

Build Commands

  1. Build for production npm run build

Create a Component

  1. Create your component normally in ./src/components
  2. Export it in the ./src/index.js file
  3. To test it, import and use it in ./src/App.vue and do npm run dev

Publish on NPM

  1. Vue 3: npm publish --tag beta
  2. Vue 2: npm publish

Contribute