@problematy/goodmap
v0.3.7
Published
Fronted scripts for map
Downloads
353
Readme
goodmap-frontend
Frontend for GoodMap
Installing
This code is packaged in npm so to use it you can install it with npm:
npm i @problematy/goodmap
If you want to use compiled version you can use cdn here:
cdn.jsdelivr.net/npm/@problematy/goodmap
Development
To build and run static version follow these steps:
npm install
-- install all the dependencies in your project,- building:
npm run build
-- which builds production ready version,npm run dev-build
-- which is useful in debugging,
npm run serve
-- run development server version.