Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 931 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 931 Bytes

frontend

frontend application for Dequu Backend

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.

Troubleshooting

There might be problems with Cross-Origin Resource Sharing (CORS) because the Backend will run on localhost:8080 and the frontend will run on localhost:3000.

# run the following command <chrome.exe-location> --disable-web-security --user-data-dir="<abitrary directory>"
# e.g.
./chrome.exe --disable-web-security --user-data-dir="C:/Chrome dev session"

Used Technologies

  1. Vue Material for CSS
  2. Plotly.js for Graph Visualization