Coder Social home page Coder Social logo

cursoionic's Introduction

#Curso de ionic Jesus Conde

--- Ionic SDK front-end -------

Instalacion y configuracion entorno de trabajo 1. node -v npm -v #gestor de paquetes de node bower -v #manejo de dependencias sudo npm install bower -g git --version gulp -v #automatiza tareas repetitivas en el worflow - acaffolding de la web app sudo npm install -g gulp

  1. Instalar Cordova e Ionic Global sudo npm install [email protected] -g #versiones usadas sudo npm install [email protected] -g

    cordova -v ionic -v

  2. SDK de android verificar documentacion de apache cordova

  3. crear la primera aplicacion en ionic ionic start -a "Ejemplo1" -i app.ejemplo.uno ejemplo1 blank ionic start -a nombreLegibleHumanos -i nombreConDominio nombreDirectorio platilla

    ionic start -a "Ejemplo1" -i app.ejemplo.uno ejemplo1 tabs ionic start -a nombreLegibleHumanos -i nombreConDominio nombreDirectorio platilla

    ionic start -a "Ejemplo1" -i app.ejemplo.uno ejemplo1 sidemenu ionic start -a nombreLegibleHumanos -i nombreConDominio nombreDirectorio platilla

    --Ejecutar la apliacion

    ionic serve ionic serve -p 8399 #cambiar el puerto

    ionic serve -l #http://localhost:8100/ionic-lab Muestra la aplicacion el los dos dispositivos Android e IOS

  4. verificacion de las plantillas existentes ionic templates viktor@viktor-Aspire-5741 ~/D/C/c/p/ejemplo3 (master)> ionic templates

Downloading Starter Templates - http://code.ionicframework.com/content/starter-templates.json Ionic Starter templates

blank ................ A blank starter project for Ionic complex-list ......... A complex list starter template maps ................. An Ionic starter project using Google Maps and a side menu salesforce ........... A starter project for Ionic and Salesforce sidemenu ............. A starting project for Ionic using a side menu with navigation in the content area tabs ................. A starting project for Ionic using a simple tabbed interface

cambiar navegador por defecto viktor@viktor-Aspire-5741 ~/D/C/condeIonic (master)> sudo update-alternatives --config x-www-browser

  1. USO DE GENERATOR IONIC YEOMAN Necesita bower

    npm install -g yo npm install -g grunt-cli npm install -g grunt

    instalar el generador a usar generator-ionic (puede ser cualquera de YEOMAN) npm install -g generator-ionic -- grunt serve

cursoionic's People

Contributors

viktorhbenitez avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.