HTML + CSS + JavaScript sources of a web-based GUI to provide a responsive and customizable layout for visualization (frontend).
After the development environment is initialized, the frontend can be tested with:
cd app
yarn serve
In order to test the full app (i.e., both frontend and backend), first build the frontend:
yarn build
Then, start the backend:
cd ../api
go run main.go -v -p 8080 -d ../app/dist
Alternatively, yarn dev
can be executed from the root of the repo, which will execute the two steps above (one after the other).
- https://github.com/surmon-china/vue-codemirror
- https://github.com/mauricius/vue-draggable-resizable
- https://github.com/vuejs/awesome-vue
- https://vuematerial.io/
- https://vulma.org/
- https://github.com/PanJiaChen/vue-split-pane
- https://github.com/yansern/vue-multipane
- https://github.com/SortableJS/Vue.Draggable
- vue-cli documentation
- Installed CLI Plugins:
- Essential Links: -Core Docs -Forum -Community Chat -Twitter
- Ecosystem: -vue-router -vuex -vue-devtools -vue-loader -awesome-vue