03e1b70ddc
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
.github | ||
app | ||
resources | ||
typings | ||
www | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
config.xml | ||
gulpfile.js | ||
ionic-conference-app.jsproj | ||
ionic.config.json | ||
package.json | ||
taco.json | ||
tsconfig.json | ||
tslint.json | ||
typings.json |
README.md
Ionic 2 Conference Application
This is purely a demo of Ionic 2 with TypeScript. It is still in development.
Important!
There is not an actual Ionic Conference at this time. This project is just to show off Ionic 2 components in a real-world application. Please go through the steps in CONTRIBUTING.md before submitting an issue.
Table of Contents
Visual Studio Support
- Install Visual Studio 2015 Update 3, this will include Tools for Apache Cordova Update 10
- Open the file ionic-conference-app.jsproj
- VS will restore all packages for you
- Use the task runner explorer to execute gulp tasks
Getting Started
- Clone this repository.
- Want to use TypeScript? Both the
master
branch and thetypescript
branch now use TypeScript. - Run
npm install
from the project root. - Install the ionic CLI (
npm install -g ionic@beta
) - Run
ionic serve
in a terminal from the project root. - Profit
Note: Is your build slow? Update npm
to 3.x: npm install -g npm
.
Contributing
See CONTRIBUTING.md 🎉👍
Use Cases
- Action Sheet - [ template | code ]
- Alert - [ code ]
- Cards - [ template ]
- Datetime - [ template ]
- Grid - [ template ]
- Inputs - [ template ]
- Items (Sliding) - [ template | code ]
- Menu - [ template | code ]
- Modal - [ template | code ]
- Searchbar - [ template | code ]
- Segment - [ template | code ]
- Slides - [ template |
- Sticky headers - [ template ]
- Tabs - [ template | code ]
- Toggle - [ template ] code ]
- Using Angular HTTP for JSON - [ code | usage ]
- Using Azure Mobile App. Authentication with social networks. Save favorites to EasyTables
- Using Code-Push to perform out of band updates
Code of conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.