Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

microsoft/build2016-vsmobile

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 the typescript 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

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 [email protected] with any additional questions or comments.