joshuaoas / vue-express-map-data

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Vue 57.4%Language:SCSS 34.7%Language:JavaScript 4.8%Language:HTML 3.1%