mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
16 lines
457 B
Markdown
16 lines
457 B
Markdown
|
|
#### Building & Running
|
|
|
|
- `gulp watch`
|
|
- `httpster`
|
|
- `open http://localhost:9000/e2e/aside/basic/index.html`
|
|
- Follow the structure found in src/components/aside/examples/basic
|
|
to create more examples.
|
|
* The biggest thing to remember: your app has to import its dependencies with the `app/` prefix.
|
|
For example `import {Apple} from 'apple';` would import apple.js in your example app.
|
|
|
|
|
|
#### Update Angular
|
|
|
|
./scripts/build/update-angular.sh
|