Skip to content

sentanos/span-mapp

 
 

Repository files navigation

span-mapp

Project Standards

CSS

Syntax Style and IDE

Vue

Git

Project setup

npm install

Set up environment

If you want to test production builds and use your own mapbox basemaps...

Create a file titled .env.local Paste these variable declarations into it

VUE_APP_MAPBOX_API_ACCESS_TOKEN=
VUE_APP_MAPBOX_STYLE_URL=

Paste in a Mapbox Public API token and a Mapbox Style URL of your choice basemap. To improve load times paste ?optimize=true at the end of the Style URL, this prevents the Mapbox Server from sending data that is impossible to access (areas beyond the max pan-area and beyond the zoom scope).

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

About

Map application for SPAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.9%
  • JavaScript 26.7%
  • HTML 3.6%
  • CSS 1.4%
  • Python 0.4%