mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
chore(readme): update npm readme
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"private": "true",
|
||||
"name": "ionic2",
|
||||
"version": "2.0.0-beta.10",
|
||||
"description": "An advanced HTML5 mobile app framework built on Angular2",
|
||||
"description": "A powerful framework for building mobile and progressive web apps with JavaScript and Angular 2",
|
||||
"keywords": ["ionic", "framework", "mobile", "app", "hybrid", "webapp", "cordova", "progressive web app", "pwa"],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
@ -1,8 +1,10 @@
|
||||
## Ionic Framework 2.x
|
||||
|
||||
The official npm package for [Ionic](http://ionicframework.com/) 2, complete with pre-built ES5 bundles, TypeScript definitions, Sass files, module-ready ES5 files, and more.
|
||||
The official npm package for [Ionic 2](http://ionicframework.com/), complete with pre-built ES5 bundles, TypeScript definitions, Sass files, CommonJS ES5 files, and more.
|
||||
|
||||
To get started with Ionic 2, please read the [Installation](http://ionicframework.com/docs/v2/getting-started/installation/) guide.
|
||||
To get started with Ionic 2, please read the [Installation Guide](http://ionicframework.com/docs/v2/getting-started/installation/).
|
||||
|
||||
[Ionic 2 Documentation](http://ionicframework.com/docs/v2/)
|
||||
|
||||
### Source files
|
||||
|
||||
@ -11,7 +13,7 @@ In the root of the package are ES5 sources in the CommonJS module format, their
|
||||
Usually, the only import required by the user is `ionic-angular`, as everything from Ionic is exported by the package:
|
||||
|
||||
```
|
||||
import {App} from 'ionic-angular';
|
||||
import { App, NavController } from 'ionic-angular';
|
||||
```
|
||||
|
||||
### Bundles
|
||||
|
Reference in New Issue
Block a user