Cordova demo app for Build2016 using ionic2 beta
Перейти к файлу
microsoft-github-policy-service[bot] 03e1b70ddc
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2022-11-28 19:13:20 +00:00
.github
app fixing lint errors 2016-07-12 17:36:50 -07:00
resources update resources 2016-07-12 12:16:31 -07:00
typings codepush (and fix typings) 2016-07-12 14:53:29 -07:00
www Azure Login 2016-07-12 10:18:50 -07:00
.editorconfig
.gitignore adding VS proj 2016-07-12 09:36:12 -07:00
LICENSE
README.md add code of conduct to the readme 2016-07-13 16:28:00 -07:00
SECURITY.md Microsoft mandatory file 2022-09-01 18:07:08 +00:00
config.xml Saving platform sin Config. Updated Readme 2016-07-12 15:17:42 -07:00
gulpfile.js chore(gulp): update gulp to use the ionic-gulp-tasks tslint 2016-07-12 17:20:32 -04:00
ionic-conference-app.jsproj adding VS proj 2016-07-12 09:36:12 -07:00
ionic.config.json
package.json Merge branch 'master' into vs 2016-07-12 16:05:14 -07:00
taco.json adding VS proj 2016-07-12 09:36:12 -07:00
tsconfig.json codepush (and fix typings) 2016-07-12 14:53:29 -07:00
tslint.json
typings.json codepush (and fix typings) 2016-07-12 14:53:29 -07:00

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 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 opencode@microsoft.com with any additional questions or comments.