Problems exporting app from creator to WWW

0

I'm doing the layout of my app by the creator, and I try to export the screens to the app I made from the command line to the WWW, but it always executes the command line project (be it blank, tabs or any other ) and does not execute what I pasted, has anyone gone through this?

    
asked by anonymous 11.01.2017 / 18:55

1 answer

0

We have little information. Portions of the code or what you're typing in the CLI would help a lot.

In any case, try to download the template that is in the creator and then create a new app with the commands:

ionic start <nome-do-app> <caminho-para-o-folder-local-do-template-baixado>

This will create a new app based on the template you created in the creator.

    
21.01.2017 / 15:30