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
- GUI code generators for data models
- Skeleton backend project
- Code generators for new data models in the backend
Please note, that this is a VueJS and Vuetable-2 project. The original source repository is here
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