/ScienceDbGui

A skeleton VueJS project to have a CRUD GUI on ScienceDb backend

Primary LanguageJavaScript

ScienceDbGui

This is a skeleton project to provide a Graphical User Interface (GUI) in the form of a Single Page Web Application (SP WebApp). The GUI is meant to provide default Create, Read, Update, and Delete (CRUD) use cases to a set of Data Models accessed through Web Services. The project follows the philosophy that code generation is the best way to enable quick and easy, but also flexible, extension and maintainability.

See

Please note, that this is a VueJS and Vuetable-2 project. The original source repository is here

Setup

Clone the project and install it using npm or yarn.

# install dependencies
npm install

# you might need to do "npm update" due to some dependencies update

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