Skip to content

punkmap/SpinalMap

Repository files navigation

vuex-test

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report


For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

##to set the map tile server
open ./components/SpinalMap.vue 
    GoTo line 5ish and decide to crank it to 11 and get a free
     thunderforest API key or play it safe and just comment out
      the OSM map server

#to run the app 
go to ./spinalMap
    start couchdb:
        cd to ./containers/couchdb
        run sudo docker run --restart always -d -p 5984:5984 -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=somethingpithy -v <yourLocalDirectoryGoesHere>/spinalMap/containers/couchdb/data:/opt/couchdb/data dockercouch
    cd tp ./spinalMap
    run: node app
    run: npm run dev
 go to http://localhost:8080/ to view application

About

vue.js spinalMap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published