Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igitscor/mobile-debug
Dev tool: console and javascript error handler
https://github.com/igitscor/mobile-debug
cross-browser debugging-tool firstpr-friendly mobile rollup
Last synced: about 2 months ago
JSON representation
Dev tool: console and javascript error handler
- Host: GitHub
- URL: https://github.com/igitscor/mobile-debug
- Owner: iGitScor
- License: mit
- Created: 2017-04-19T12:43:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T14:34:06.000Z (over 6 years ago)
- Last Synced: 2024-11-04T01:52:02.299Z (2 months ago)
- Topics: cross-browser, debugging-tool, firstpr-friendly, mobile, rollup
- Language: JavaScript
- Size: 122 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Mobile debugger[![Build Status][build-badge]][build]
![Browserstack build status][browserstack-badge]
[![Dependencies][dependencyci-badge]][dependencyci]
[![dependencies Status][dependencies-badge]][dependencies]
[![devDependencies Status][devDependencies-badge]][devDependencies]
[![MIT License][license-badge]][LICENSE]> Mobile debug UI helper
Debugging on mobile is not easy, this tool shows errors and logs in a HTML pane.
## Compatibility
Use of [autoprefixer](https://github.com/postcss/autoprefixer) for the style and [babel](https://github.com/babel/babel) + [babel-preset-env](https://github.com/babel/babel-preset-env) for the script.
- `last 2 version`
- `> 1%`**Browsers:**
![Android][android-badge]
![Chrome android][chrome-android-badge]
![Firefox android][firefox-android-badge]
![Blackberry][blackberry-badge]
![IE Mobile][ie-mobile-badge]
![iOS][ios-badge]
![Opera Mobile][opera-mobile-badge]_Desktop browsers are not the target for this library_
Browserstack
Use of [browserstack](https://www.browserstack.com) [automated test](https://www.browserstack.com/automate) to check compatibility.
## Installing
```shell
npm i mobile-debug
```### Getting started
**Javascript**
```html```
Navigate to `http://your_url/#mobile-debug`
#### Bundler tools
You can import files included in `src` folder in your rollup or webpack build.
## Developing
```shell
git clone https://github.com/{your fork}/mobile-debug.git
cd mobile-debug/
```Replace `{your fork}` by your github username.
## Build
### Development
```shell
npm run build
```### Production
```shell
npm run build:prod
```## Contributing
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](CONTRIBUTING.md) for more information and respect the [code of conduct](CODE_OF_CONDUCT.md)### Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
| [
Sebastien Correaud](http://twitter.com/iTweetScor)
🚇 [💻](https://github.com/iGitScor/mobile-debug/commits?author=iGitScor) [📖](https://github.com/iGitScor/mobile-debug/commits?author=iGitScor) [⚠️](https://github.com/iGitScor/mobile-debug/commits?author=iGitScor) |
| :---: |This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
## Licensing
The code in this project is licensed under MIT license.
[build-badge]: https://img.shields.io/travis/iGitScor/mobile-debug.svg?style=flat-square&branch=master
[build]: https://travis-ci.org/iGitScor/mobile-debug
[browserstack-badge]: https://www.browserstack.com/automate/badge.svg?badge_key=a3VVQ2YvNlFKQ284WFNnMXBmNE5TN3BNNXoyNFVnblU0dzVTbDVjWXUrZz0tLVFGdXEyQ3FIdlI2Z2duK2l0eTJPSVE9PQ==--55dca2a56320ab82144631c15ded4a65a0cc1822%
[dependencyci-badge]: https://dependencyci.com/github/iGitScor/mobile-debug/badge?style=flat-square
[dependencyci]: https://dependencyci.com/github/iGitScor/mobile-debug
[dependencies-badge]: https://david-dm.org/iGitScor/mobile-debug/status.svg?style=flat-square
[dependencies]: https://david-dm.org/iGitScor/mobile-debug
[devDependencies-badge]: https://david-dm.org/iGitScor/mobile-debug/dev-status.svg?style=flat-square
[devDependencies]: https://david-dm.org/iGitScor/mobile-debug?type=dev
[license-badge]: https://img.shields.io/npm/l/mobile-debug.svg?style=flat-square
[license]: https://github.com/iGitScor/mobile-debug/blob/master/LICENSE
[android-badge]: https://img.shields.io/badge/Android-%3E=%204-ff69b4.svg?style=flat-square
[chrome-android-badge]: https://img.shields.io/badge/Chrome%20android-%3E=%2057-ff69b4.svg?style=flat-square
[firefox-android-badge]: https://img.shields.io/badge/Firefox%20android-%3E=%2052-ff69b4.svg?style=flat-square
[blackberry-badge]: https://img.shields.io/badge/Blackberry-%2010-ff69b4.svg?style=flat-square
[ie-mobile-badge]: https://img.shields.io/badge/IE%20mobile-%3E=%2010-ff69b4.svg?style=flat-square
[ios-badge]: https://img.shields.io/badge/iOS-%3E=%205-ff69b4.svg?style=flat-square
[opera-mobile-badge]: https://img.shields.io/badge/Opera%20mobile-%3E=%2037-ff69b4.svg?style=flat-square