zoukankan      html  css  js  c++  java
  • ionicframework(二)

                                                     Start building with Ionic!

    Follow these quick steps and start building high quality mobile apps in minutes. For a more indepth overview, watch our Crash Course video, which covers everything else you'd want to know.

    Install Ionic

    First, install Node.js. Then, install the latest Cordova and Ionic command-line tools. Follow the Android and iOS platform guides to install required platform dependencies. Windows users might want to watch thisinstallation video (or try Vagrant below).

    We also have a Vagrant package for an all-in-one setup (experimental).

    Note: iOS development requires Mac OS X.

    $ npm install -g cordova ionic

    Start a project

    Create an Ionic project using one of our ready-made app templates, or a blank one to start fresh.

    $ ionic start myApp tabs
    $ ionic start myApp blank
    $ ionic start myApp sidemenu

    Run it

    Ionic apps are based on Cordova, so we can use the Cordova utilities to build, test, and deploy our apps, but we provide simple ways to do the same with the ionic utility (substitute ios for android to build for Android):

    $ cd myApp
    $ ionic platform add ios
    $ ionic build ios
    $ ionic emulate ios

    Yep, it's that easy. You might be wondering what's next...

    Ionitron suggests you head over to the Docs for an overview of Ionic's CSS and Javascript components. Make sure to join the Forum and enter your email below for Ionic updates:

  • 相关阅读:
    Vue路由跳转时修改页面标题
    Vue整合Quill富文本编辑器
    XML中的转义字符
    整合SSM框架环境搭建
    Android搞定权限申请
    Android实现秒开效果
    tail -f 与tail -F的区别
    druid 启动报错
    sqoop flume学习笔记
    20180911
  • 原文地址:https://www.cnblogs.com/royi123/p/4042059.html
Copyright © 2011-2022 走看看