zoukankan      html  css  js  c++  java
  • visual studio 2015 rc &cordova -hello world

    初始环境,用来看看书,电影,上上网的win8,所以一切从头开始。

    1,首先还是装visual studio 2015  rc吧,目前只放出在线安装,所以要很长很长时间。不过有新闻说很快要实现中国网友至少8m的带宽。

    2,然后才仔细看系统要求:

      • Joyent Node.js enables Visual Studio to integrate with the Apache Cordova Command Line Interface (CLI) and Apache Ripple Emulator.

      • Git CLI is required only if you need to manually add Git URIs for specific Cordova plug-ins.

      • Google Chrome is required to run the Apache Ripple emulator for iOS and Android.

      • Apache Ant 1.8.0 or later is required for the Android build process.

      • 32-bit Oracle Java JDK 7 is required for the Android build process.

      • Android SDK is required for the Android build process and Ripple.

      • Apple iTunes is required for deploying an app to an iOS device connected to your Windows PC.

    ios日后再说,先java,注意java只能是32位的;android sdk;ant;git;每项都必须在系统环境配置好。不知道怎么配?还好用百度也能搞定。调试只能用Chome浏览器,还好以前装过了。

    3,装好vs后,文件/新建/项目/已安装/其他语言/javascript/Apach Cordova Apps。编译好后,debug那里选平台,选调试器。

    4,开始看Apach Cordova Programing 4

  • 相关阅读:
    配置VSFTP文件服务器
    Apache Tomcat服务部署网站
    NFS实现Unix-like文件共享
    OpenSSH 服务配置与管理
    Redis 数据库配置与应用
    Rsync+Inotify 实现数据同步
    PXE+Kickstart 自动化部署系统
    PostFix+Dovecot 部署邮件系统
    部署MooseFS分布式文件系统
    MVC5+EF6 完整教程
  • 原文地址:https://www.cnblogs.com/wusong/p/4498519.html
Copyright © 2011-2022 走看看