Giter VIP home page Giter VIP logo

cordova-ionic-app's Introduction

cordova-ionic-app

cordova+ionic的手机应用开发脚手架(目前只示范了Android应用)

Ionic GUI

##特性:

  • 自动管理js依赖(使用了bower管理依赖)
  • 自动合并、压缩JS、CSS,压缩图片(使用了Grunt构建)
  • 大量丰富的手机APP的UI组件(采用了ionic框架,ionic传送门)
  • 强大的单页交互效果(ionic框架集成了AngularJS)
  • 设置了debug模式,修改代码自动刷新浏览器
  • 采用build机制,自动合并、压缩JS/CSS/HTML(包括HTML中的内链CSS/JS),总之全部压缩混淆,打包成app发布后有效的保护源码

##使用方式: -提前条件:自行安装nodejs、bower和Grunt环境以及phonegap(cordova)环境

先自动安装nodejs依赖

$ npm install

再自动安装js依赖

$ bower install

编码过程中运行以下命令,会自动刷新浏览器显示结果

$ grunt debug

一个阶段编码结束后,运行以下命令,可以压缩所有源码到根目录的dist目录

$ grunt build

最终浏览器再预览一遍,看看压缩后的代码有没有出错(比如ionic的依赖注入需要特殊处理后才能压缩js,否则会报错)

$ grunt server

完成工作,Android的真机调试,运行以下命令

$ cordova run

记得先插上手机哦
祝玩的愉快:)

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.