Gokins UI is built on the CoreUI Free Vue Bootstrap Admin Template framework.
Gokins backend service code repository: https://github.com/gokins/gokins
A picture is worth a thousand words!
# clone the repo
$ git clone https://github.com/gokins/web.git
# go into app's directory
$ cd web
# install app's dependencies
$ npm install
# serve with hot reload at localhost:8080
npm run serve
# build for production with minification
npm run build
# run linter
npm run lint
# run unit tests
npm run test:unit
# run e2e tests
npm run test:e2e
CoreUI: https://github.com/coreui/coreui
Docs: https://coreui.io/vue/docs/
Free Vue.js Admin Template: https://coreui.io/vue/
coreui-free-vue-admin-template: https://github.com/coreui/coreui-free-vue-admin-template
For a detailed explanation on how things work, check out the Vue CLI Guide.