Angular からの移行
前提条件
$ npm install -g monaca
移行手順
$ monaca login$ cd <project dir>$ monaca init
$ ...
$ ? Are you sure you want to continue initializing this project? Yes
$ ? Is it a transpilable project? No
$ ? Which command do you use to serve the app? ng serve --base-href='.'
$ ? Which command do you use to build the app? ng build --base-href='.' --output-path='www'
$ ? Which command do you use to watch the changes from your app? ng build --base-href='.' --output-path='www' --watchアプリをデバッグする



アプリをビルドする
CLI コマンドのみを使用
GUI での使用


最終更新

