https://github.com/tedqb/js360
一个基于angular+cordova 的wordpress APP
https://github.com/tedqb/js360
angular cordova wordpress-hybrid-client
Last synced: about 1 year ago
JSON representation
一个基于angular+cordova 的wordpress APP
- Host: GitHub
- URL: https://github.com/tedqb/js360
- Owner: tedQB
- License: mit
- Created: 2016-06-28T03:19:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T19:46:07.000Z (over 5 years ago)
- Last Synced: 2025-01-12T23:25:39.263Z (about 1 year ago)
- Topics: angular, cordova, wordpress-hybrid-client
- Language: JavaScript
- Homepage:
- Size: 139 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Project public API
```
# Dev server
npm run devserver
# Dump files in www
npm run dumpdev
npm run dumpprod
# Run Cordova
npm run android
npm run ios
npm run iosEmulator
# Cordova build
npm run buildAndroid
npm run buildProdAndroid
npm run buildIOS
npm run buildProdIOS
```