Skip to content

Generator for WordPress based Mobile Applications running on top of Ionic.

Notifications You must be signed in to change notification settings

irontec/ionic-starter-wpion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic-stater-wpion

Esto es un starter creado por Ionic Framework.

Cómo usar este template con la herramienta de Ionic:

Instalamos la base de Ionic y Cordova y luego instalamos el template, siendo myApp un nombre cualquiera para nuestra aplicación.

$ npm install -g ionic cordova
$ ionic start myApp https://github.com/irontec/ionic-stater-wpion

Configurar aplicación

Modificar el archivo myApp/js/app.js las primeras líneas:

// IONIC TEMPLATE APP
// Modify this data

var wordpressUrl    = 'http://blog.irontec.com'; // URL your wordpress
var nameApp         = 'Irontec Blog'; // Main title of the application
var descriptionApp  = 'Testing App'; // Subtitle of the application
var lang            = 'es'; // Language of the aplication: es - eu - en

Visualizarlo en nuestro servidor

Ejecutamos el siguiente comando:

$ ionic serve --lab

Exportarlo a una aplicación

Luego, dentro de la carpeta myApp, ejecutar:

$ ionic platform add android
$ ionic build android
$ ionic emulate android

Sustituye android por ios si estás en un Mac.

About

Generator for WordPress based Mobile Applications running on top of Ionic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published