frontend application for Dequu Backend
# 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.
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"
- Vue Material for CSS
- Plotly.js for Graph Visualization