mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
copyediting on README file
This commit is contained in:
14
README.md
14
README.md
@@ -4,27 +4,27 @@ For the best info on Ionic, check out our great [documentation page](http://ioni
|
||||
|
||||
# What is Ionic?
|
||||
|
||||
Ionic the open source HTML5 Mobile Framework for building amazing, cross-platform native apps with HTML, Javascript, and CSS.
|
||||
Ionic is the open source HTML5 Mobile Framework for building amazing, cross-platform native apps with HTML, JavaScript, and CSS.
|
||||
|
||||
We built Ionic because the options for using HTML5 in native apps weren't good enough. They weren't built to focus on
|
||||
native apps targeting the newest of devices. They had too many hacks to support old devices that didn't have
|
||||
We built Ionic because the options for using HTML5 in native apps weren't good enough. They weren't built to focus on
|
||||
native apps targeting the newest of devices. They had too many hacks to support old devices that didn't have
|
||||
meaningful market share, or they were too focused on building mobile websites.
|
||||
|
||||
Many were slow, had excessive DOM operations, and relied on bulky libraries like jQuery. They weren't built with
|
||||
performance and great design as the top concerns.
|
||||
|
||||
With Ionic we've built a framework meant for native. We don't tie you to the URL bar, and we aren't dwelling on the past or
|
||||
With Ionic, we've built a framework meant for native. We don't tie you to the URL bar, and we aren't dwelling on the past or
|
||||
worrying about supporting marginal, slow devices.
|
||||
|
||||
It's important to realize that Ionic is not a replacement for frameworks used for building mobile web apps. There are a lot
|
||||
of great solutions that work well for websites, like [jQuery Mobile](http://jquerymobile.com/).
|
||||
|
||||
Ionic is also not a good solution if you need to support older generation devices. Our compatibility *starts* at iOS 6 and Android 4.1. We will never support devices older than this.
|
||||
Ionic is also not a good solution if you need to support older generation devices. Our compatibility *starts* at iOS 6 and Android 4.1. We will never support versions earlier than those.
|
||||
|
||||
|
||||
## Quick Start
|
||||
|
||||
To start using ionic, you have two options: copy over the built JS and CSS files, or
|
||||
To start using ionic, you have two options: copy over the built JS and CSS files, or
|
||||
use the `ionic` tool.
|
||||
|
||||
The source files are in the `dist/` folder. You can just grab the `dist/js/ionic.js`, `dist/js/ionic-angular.js`, and `dist/ionic.css` files and
|
||||
@@ -70,7 +70,7 @@ way is to use Python:
|
||||
|
||||
+ <https://twitter.com/adamdbradley>
|
||||
+ <https://github.com/adamdbradley>
|
||||
|
||||
|
||||
|
||||
## LICENSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user