EduTech & AI 인공지능 & IT관련 소식

ionic3 업데이트 본문

Tech./AngularJS

ionic3 업데이트

Edu&Tech 2017. 10. 16. 10:59

ionic3 업데이트




ionic3 업데이트 방법입니다. 

Ionic CLI and Cordova

To create Ionic projects, you’ll need to install the latest version of the CLI and Cordova. Before you do that, you’ll need a recent version of Node.js. Download the installer for Node.js 6 or greater and then proceed to install the Ionic CLI and Cordova for native app development:

$ npm install -g ionic cordova

You may need to add “sudo” in front of these commands to install the utilities globally

Once that’s done, create your first Ionic app:

$ ionic start cutePuppyPics

Add –type ionic1 if you’d like to use Ionic 1. To run your app, cd into the directory that was created and then run the ionic serve command to test your app right in the browser!

$ cd cutePuppyPics
$ ionic serve


'Tech. > AngularJS' 카테고리의 다른 글

NodeJS설치  (0) 2017.09.28
AngularJS 환경 구축  (0) 2017.09.28
Comments