Export Ionic Creator

Asked

Viewed 110 times

1

I am developing, after a long time, with Ionic again. Well, when preparing the environment correctly and typing in the terminal

ionic start myapp blank

the code is generated and works correctly, when I do the test

ionic serve

however, the myapp folder does not generate me the www folder, it only appears when I add the android platform... and moreover empty.

I want to export my Ionic Creator code, but when I copy in the www folder (empty) nothing happens! what do I do? how to export Ionic Creator to my code, without the www folder?

  • Hello, in . zip you download from Ionic Creator comes a src folder?

1 answer

2


Hello, if your project is Ionic 3 or higher replace your project’s src folder with the . zip folder ( from Creator ).

As reported in step 2 of the documentation:

Now go into the Newly created myapp directory, and you will see directory called src Inside.

Copy and Paste the Contents from your zip export into the src directory. You will want to overwrite the app directory, pages directory, and index.html.

https://docs.usecreator.com/docs/zip-export-an-ionic-project

Browser other questions tagged

You are not signed in. Login or sign up in order to post.