Skip to content

This repo has a smiple Express API that sends mock JSON data to a Vue front-end to build a map of contractor regions

Notifications You must be signed in to change notification settings

joshuaoas/vue-express-map-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vue Express Map JSON Data

Run The backend

cd backend
npm i
node app.js

Run The frontend for development

cd frontend
nvm use 15.3.0
npm i
npm run serve
// the front-end needs to be updated in the future due to insecure packages

Compiles and minifies for production

npm run build

Customize configuration

See Configuration Reference.

About

This repo has a smiple Express API that sends mock JSON data to a Vue front-end to build a map of contractor regions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published