Noise Complaint Frontend
-
Latest version of Node.js
-
An Internet browser that is compliant with ECMAScript 5.
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
# 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
## 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.