Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meepobrother/meepo-debuger
手机端微信段调试for angular
https://github.com/meepobrother/meepo-debuger
angular debug meepo mobile wechat
Last synced: 21 days ago
JSON representation
手机端微信段调试for angular
- Host: GitHub
- URL: https://github.com/meepobrother/meepo-debuger
- Owner: meepobrother
- License: mit
- Created: 2018-01-04T11:37:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T10:33:59.000Z (about 7 years ago)
- Last Synced: 2025-01-16T00:51:08.809Z (30 days ago)
- Topics: angular, debug, meepo, mobile, wechat
- Language: JavaScript
- Homepage: https://meepo.com.cn/meepo/ng/debuger/
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## debuger for angular mobile
```
移动端。默认。累计长按每3秒显示调试
``````
yarn add meepo-debuger
``````ts
import { DebugerModule } from 'meepo-debuger';@NgModule({
imports: [
DebugerModule
]
})
export class AppModule { }
``````html
长按3秒触发调试
```