mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): update READMEs to new package name
This commit is contained in:
@ -37,10 +37,10 @@ From `ionic` directory:
|
|||||||
|
|
||||||
From your app directory:
|
From your app directory:
|
||||||
|
|
||||||
1. `npm link ionic-framework`
|
1. `npm link ionic-angular`
|
||||||
2. `ionic serve` or `ionic run` or `ionic emulate`
|
2. `ionic serve` or `ionic run` or `ionic emulate`
|
||||||
|
|
||||||
To remove the linked version of `ionic-framework` do `npm rm ionic-framework`, and then reinstall using `npm install ionic-framework`.
|
To remove the linked version of `ionic-angular` do `npm rm ionic-angular`, and then reinstall using `npm install ionic-angular`.
|
||||||
|
|
||||||
|
|
||||||
### Running Snapshot
|
### Running Snapshot
|
||||||
|
@ -11,7 +11,7 @@ In the root of the package are ES5 sources in the CommonJS module format, their
|
|||||||
Usually, the only Javascript file required by the user is `ionic.js`, as everything from Ionic can be imported from this file:
|
Usually, the only Javascript file required by the user is `ionic.js`, as everything from Ionic can be imported from this file:
|
||||||
|
|
||||||
```
|
```
|
||||||
import {App, Page} from 'ionic-framework/ionic';
|
import {App, Page} from 'ionic-angular';
|
||||||
```
|
```
|
||||||
|
|
||||||
### Bundles
|
### Bundles
|
||||||
|
Reference in New Issue
Block a user