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
- Install the dependencies
npm install - Serve the project
npm run dev - Vue 3 is on another branch named:
vue-3
Build Commands
- Build for production
npm run build
Create a Component
- Create your component normally in
./src/components - Export it in the
./src/index.jsfile - To test it, import and use it in
./src/App.vueand donpm run dev
Publish on NPM
- Vue 3:
npm publish --tag beta - Vue 2:
npm publish