mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
22 lines
685 B
Markdown
22 lines
685 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/web-server/index.ts#L18">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# Web Server
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-webserver2
|
||
|
$ npm install @ionic-native/plugins/web-server
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/web-server/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/nguyenthanh1995/cordova-plugin-webserver2.git](https://github.com/nguyenthanh1995/cordova-plugin-webserver2.git)
|
||
|
|
||
|
This plugin allows you to start a local dynamic content web server for android and iOS devices.
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- Android
|
||
|
- iOS
|