Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 1.22 KB

File metadata and controls

63 lines (43 loc) · 1.22 KB

project_apache_frontend

Noise Complaint Frontend

Dependencies

  1. Latest version of Node.js

    https://nodejs.org/en/

  2. An Internet browser that is compliant with ECMAScript 5.

    https://caniuse.com/#feat=es5

First time setup

Enter the windows terminal (Either powershell or cmd)
Move into the project_apache_frontend directory.
 
# install dependencies if this is your first time running
npm install
npm install vue-router
npm install vue-resource

Running a local test server

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

Building for production

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

Running test cases

## run unit tests
npm run unit
 
## run e2e tests
npm run e2e
 
## run all tests
npm test

#Modules

Uses vue2-google-maps from:
https://www.npmjs.com/package/vue2-google-maps?activeTab=versions

For a detailed explanation on how things work, check out the guide and docs for vue-loader.