当前位置: 首页 > 软件库 > Web应用开发 > Web框架 >

generator-m-ionic

授权协议 MIT License
开发语言 JavaScript
所属分类 Web应用开发、 Web框架
软件类型 开源软件
地区 不详
投 递 者 韩照
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

We moved on! This project is not longer maintained from our side.

It is still here for sake of completness.

Generator-M-Ionic

Development:

Why you need it

Note on Angular 2 & Ionic 2:

This Generator delivers highly advanced workflows for Angular 1 & Ionic 1 with the latest Cordova. If you are looking for a version for Angular 2 & Ionic 2, we're working on one but progress is slow for various reasons. Meanwhile, we are still solidly committed to maintaining and rolling updates for the Angular 1 & Ionic 1 stack. Everybody looking to get involved in either topic is very welcome!

Advanced workflows for building rock-solid Ionic apps: develop, prototype, test, build and deliver high quality apps with Yeoman, Gulp, Bower, Angular, Cordova and of course Ionic. All in one sexy generator.

Read more ...

What's in the box







Read more ...

Latest releases

What's new

Ionic Blog Series - Great ride through everything Generator-M-Ionic has to offer:

Advanced workflows for building rock-solid Ionic Apps

Guides

Quick Start
  • Quick Start for the experienced developer.
  • Try the demo. Get a quick impression by cloning the sample project generated with the latest version of Generator-M-Ionic.
Setup
Basics
Quality
  • ESLint code style checks and setting up your IDE/Editor.
  • Testing with our testing setup.
  • Husky hooks, automatically run linting and tests before you commit.
Advanced
Building & Continuous Integration
Ecosystems
  • Greenhouse & Relution - build and distribute your apps using these powerful cloud services
  • Ionic Cloud (beta) - a powerful suite of hybrid-focused mobile backend services and tools

Generator Insights

We've published 3 blog articles on our company blog delivering deep insights into the why and how of the generator:

Questions, issues? Talk to us!

Do the following:

  1. check out our Issue Guidelines and issues to see if there already is a solution or answer.
  2. - Get in touch with other developers and our core team.
  3. If all fails, make sure you have read the Issue Guidelines first and then open a new issue.

Want to contribute ideas, code?

Start by reading our:

  1. Mission Statement
  2. Contribution Guide

License

Code licensed under MIT. Docs under Apache 2. PhoneGap is a trademark of Adobe.

  • ionic与Cordova的学习: ###安装ionic 和Cordoval的应用程序:  $ npm install -g ionic cordova   ###使用应用程序 $ cd MyIonicProject/ $ ionic serve  ###开始新的ionic应用程序  ionic start MyIonicProject tutorial(项目的起始模板)    $ cd myAp

  • 第一部分 安装时总结 一、win系统下nodejs安装及环境配置 第一步:下载nodejs,官网:http://nodejs.org/download/ 第二步:安装nodejs 下载完成之后,双击"node-v0.10.28-x86.msi",开始安装nodejs,自定义安装在D:\dev\nodejs下面。 在cmd控制台输入:node -v,控制台将打印出:v0.10.28,出现

 相关资料
  • m

    描述 (Description) 此匹配运算符用于匹配给定表达式中的任何关键字。 初始m后的括号可以是任何字符,并将用于分隔正则表达式语句。 正则表达式变量包括$,其中包含匹配的最后一个分组匹配; $&,包含整个匹配的字符串; $`,包含匹配字符串之前的所有内容; 和$',包含匹配字符串后的所有内容。 语法 (Syntax) 以下是此函数的简单语法 - m// 返回值 (Return Value

  • _.m

    _.m是 Underscore.js 到 Objective-C 的移植版本。它努力以 JavaScript 开发人员熟悉的方式(尽管 JavaScript 和 Objective-C 之间存在差异)提供尽可能完整的功能集。 为了帮助实现这一愿景,_.m 使用 SubjectiveScript.m 将类似 JavaScript 的语法和功能引入 Objective-C,并使用 QUnit.m 将单

  • 常规函数只会返回一个单一值(或者不返回任何值)。 而 Generator 可以按需一个接一个地返回(“yield”)多个值。它们可与 iterable 完美配合使用,从而可以轻松地创建数据流。 Generator 函数 要创建一个 generator,我们需要一个特殊的语法结构:function*,即所谓的 “generator function”。 它看起来像这样: function* gene

  • generator(生成器)是ES6标准引入的新的数据类型。一个generator看上去像一个函数,但可以返回多次。 ES6定义generator标准的哥们借鉴了Python的generator的概念和语法,如果你对Python的generator很熟悉,那么ES6的generator就是小菜一碟了。如果你对Python还不熟,赶快恶补Python教程!。 我们先复习函数的概念。一个函数是一段完整

  • Express' application generator. Installation $ npm install -g express-generator Quick Start The quickest way to get started with express is to utilize the executable express(1) to generate an applicat

  • This is a convenience method to compose virtual elements that can be rendered via m.render(). You are encouraged to use CSS selectors to define virtual elements. See "Signature" section for details. U