https://github.com/udelblue/cordova_wrapper
Easy to use cordova wrapper for existing websites.
https://github.com/udelblue/cordova_wrapper
cordova cordova-cli cordova-wrapper
Last synced: 3 months ago
JSON representation
Easy to use cordova wrapper for existing websites.
- Host: GitHub
- URL: https://github.com/udelblue/cordova_wrapper
- Owner: udelblue
- Created: 2017-10-18T16:55:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T11:37:20.000Z (about 7 years ago)
- Last Synced: 2025-01-17T08:34:02.069Z (4 months ago)
- Topics: cordova, cordova-cli, cordova-wrapper
- Language: Objective-C
- Homepage:
- Size: 9.42 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cordova Wrapper
Wrap your existing website## Modify
open www/index.html and modify with URL, title and description. Change URL to site you wish to wrap.## Build
```sh
npm install
cordova platform add android
cordova platform add ios
cordova build
```## Run
```sh
cordova emulate android
```