Skip to content

ychow/ionic-guide

Repository files navigation

Ionic Chinese Guide

##Tips Since Ionic2 came out recently, we are using the command to download Ionic. You'd better bring the version number you want to download. If there is no version number, the latest version of Ionic is downloaded by default! Download the command of Ionic1. x: npm install ionic @ Follow the version number you want - g

Introduction to Ionic

Ionic is a development framework that focuses on using WEB development technology to create native applications similar to mobile platform based on HTML5.

Ionic focuses on the appearance, experience and UI user interface interaction of applications. This means that we are not substitutes for PhoneGap or your favorite Javascript development framework. On the contrary, Ionic just cooperates with these projects to simplify an important part of your application: the front end.

Ionic cannot completely replace PhoneGap and JavaScript frameworks, but its interaction design function in the front end is very powerful. In addition to SASS( Css preprocessor )In addition to various AngularJS plug-ins (optional), there are a large number of components.

When introducing this tool, Max Lynch, the co-founder of Ionic, mentioned that this tool was made by several ordinary programmers who are crazy about Web development. Ionic tends to focus on standards compliant code, which is more advanced. Their goal is to make mobile development simple and amazing through HTML5.

Getting Started Guide

If there are errors in the article, or you encounter some strange bugs in development, you are welcome to create an issue or pull request.