LoginSignup
3
3

More than 5 years have passed since last update.

はじめまして「共通開発環境の準備」

Last updated at Posted at 2015-09-30

共通開発環境の準備


対話

目標管理

エディタ

  • SublimeText3

フレームワーク

  • Node.js()
    • download : node-v4.2.1-x64.msi
    • install : next next finish
  • Ionic Framework
    • execute : Node.js command prompt
cmd
  $ cd c:\
  $ mkdir game
  $ cd game
cmd
  $ npm install -g ionic
  $ ionic start myApp tabs
  • Run App
cmd
  $ ionic serve [option]
  • ionic View (in AppStore :inbox_tray:)
cmd
  $ ionic upload
  • ソースコード管理
  • Tip共有
    • MarkDown(.md)

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3