Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrtimofey/flexipanel
https://github.com/mrtimofey/flexipanel
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtimofey/flexipanel
- Owner: mrTimofey
- Created: 2021-10-17T20:31:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T17:22:20.000Z (9 months ago)
- Last Synced: 2024-11-09T16:50:07.532Z (2 months ago)
- Language: Vue
- Size: 864 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flexipanel
Flexipanel is a set of modules making it very easy to assemble a dashboard UI.
Read [Getting started](docs/getting-started.md) to begin. **Full documentation is in WIP**.
Flexipanel will provide you with a highly customizable UI layer. To make things work you have to clarify some things:
- how your backend API works (data protocol, authorization, etc.) - [Setup API](docs/setup-api.md)
- what are the entities you are going to manage (their names, data structure, permissions, etc.)**Flexipanel is a library and is not ready to use out-of-the-box as it is. You should be familiar with the frontend development to use it. Also it is strongly recommended to use TypeScript, it will really make your life easier :)**