Migrating from Vue
Prerequisites
$ npm install -g monaca
Migration Steps
monaca logincd <project dir>monaca init
...
? Are you sure you want to continue initializing this project? Yes
? Is it a transpilable project? Yes
? Which command do you use to serve the app? vue-cli-service serve
? Which command do you use to build the app? vue-cli-service build --dest www --no-clean
? Which command do you use to watch the changes from your app? vue-cli-service build --dest www --no-clean --watchDebugging with the Monaca CLI



Building the app
Using only the CLI commands
Using the CLI Command with GUI


Where to go from here
Last updated

