An open API service indexing awesome lists of open source software.

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

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
```