mobile-debug
v0.5.0
Published
Mobile debug UI helper
Readme
Mobile debug UI helper
Debugging on mobile is not easy, this tool shows errors and logs in a HTML pane.
Compatibility
Use of autoprefixer for the style and babel + babel-preset-env for the script.
last 2 version> 1%
Browsers:
Desktop browsers are not the target for this library
Use of browserstack automated test to check compatibility.
Installing
npm i mobile-debugGetting started
Javascript
<script src="node_modules/mobile-debug/dist/index.js"></script>Navigate to http://your_url/#mobile-debug
Bundler tools
You can import files included in src folder in your rollup or webpack build.
Developing
git clone https://github.com/{your fork}/mobile-debug.git
cd mobile-debug/Replace {your fork} by your github username.
Build
Development
npm run buildProduction
npm run build:prodContributing
If you'd like to contribute, please fork the repository and use a feature
branch. All contributions are welcome. Please make a pull request and make sure things still pass after running npm test.
Ensure you've read the contribution guidelines for more information and respect the code of conduct
Contributors
Thanks goes to these wonderful people (emoji key):
| Sebastien Correaud🚇 💻 📖 ⚠️ | | :---: |
This project follows the all-contributors specification. Contributions of any kind welcome!
Licensing
The code in this project is licensed under MIT license.
