تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Ionic 5 - 03 Building build - Part 2 ضمن كورس Ionic شرح قناة TechAssembler، الفديو رقم 5 مجانى معتمد اونلاين
Once application is created using CLI commands.
then build the project by running .
ionic build
: this will create the www folder that is used for creating the native project.
after ionic build
ionic capacitor add "platform"
platform i.e android or ios.
npx cap open android // for android build
npx cap open ios // for ios build