gin-ui was the web interface of the GIN (G-Node INfrastructure) services prototype and is no longer actively developed.
The current GIN project is developed at the gin-gogs github page, the service can be found at gin.g-node.org.
A detailed description of the GIN project can be found at the G-Node projects site.
- gin-cli: The GIN command line client (actively developed).
- gin-auth: The GIN authentication server (prototype, no longer actively developed).
- gin-repo: The GIN repository server (prototype, no longer actively developed).
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.