megio-panel
v0.9.0
Published
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.
Downloads
119
Readme
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 dev
or just watchyarn watch
- Build the project:
yarn build
Testing
- Create symlink:
yarn link
- Switch to the
cd ./tests
directory - Use the symlink:
yarn link megio-panel
- Change
API_ENDPOINT
in file./assets/panel.ts
tohttps://demo.megio.dev/
. - Start the development server:
yarn dev
- Build the project:
yarn build
- Run project:
yarn serve