Skip to content

dimkk/vn.ionic.template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

##Cordova Multiplatform Template forks stars issues license taco

###Download from: Visual Studio Ionic Market Github

###Important links

###Instructions:

  • #####With text editor and command line:

    • ######Dependencies:

      • Apache Cordova
      • Ionic
      • Nodejs
    • ######First steps:

      • Download template from Ionic Market
      • npm install download node packages
      • bower install will download bower packages (ionic is depending on 1.4.3 of angular and mock is on 1.4.7 which leads to conflict, so manual install)
      • gulp initialize download tsd dependencies
      • gulp to compile once*
      • ionic serve or cordova build 'platform', in order to get nice reload experience with serve you should create ionic-project file in app folder - you can take ionic-project-sample to start
      • gulp test for one test run of unit-tests in tests folder, gulp test:auto for continious runs (in develop)
      • gulp protractor for e2e tests from e2e folder in ionic and gulp protractor:ripple for ripple - in develop
  • #####With Visual Studio

    • ######Dependencies

      • Visual Studio 2015
      • Apache Cordova Tools Check on Visual Studio installation process
    • ######First steps:

      • Download template from VSGallery
      • Create a new project Type: Typescript > Apache Cordova
      • Install dependencies Task Runner > Gulp initialize
      • Build

Template UI

###Technology

###Collaborators

Bitdeli Badge