megio-panel v0.9.5
Megio panel
Megio panel is a JS/TS library that handles the rendering of the entire UI built on top of the Megio API. This library provides a wide range of extensibility. It is suitable for creating the UI of your own administration.
Docs: https://megio.dev/docs/utilities/megio-panel/installation
Contributing
- Fork the repository
- Clone your fork:
git clone <your-repository> - Create your feature branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin feature/your-feature - Submit a pull request
Dev workflow
Development
- Install dependencies:
yarn - Start the development server:
yarn devor just watchyarn watch - Build the project:
yarn build
Testing
- Create symlink:
yarn link - Switch to the
cd ./testsdirectory - Use the symlink:
yarn link megio-panel - Change
API_ENDPOINTin file./assets/panel.tstohttps://demo.megio.dev/. - Start the development server:
yarn dev - Build the project:
yarn build - Run project:
yarn serve
10 months ago
10 months ago
9 months ago
9 months ago
9 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago