Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
app-notes:cumulocity-app [2017/02/10 14:00] – [Installing Cumulocity UI plugins] krepelapp-notes:cumulocity-app [2017/02/10 14:27] (current) – [Installing Cumulocity UI plugins] krepel
Line 39: Line 39:
 npm init npm init
 </code> </code>
-We need for our app the Cumulocity UI plugins. In this folder are all the Cumulocity plugins. If we want, we can use this in our app.+We need for our app the Cumulocity UI plugins. So we install in this folder all the Cumulocity plugins.
 <code bash> <code bash>
 c8y install latest c8y install latest
Line 45: Line 45:
 If you want, to see in detail how you can create your app then klick on this link: https://www.cumulocity.com/guides/web/introduction/ If you want, to see in detail how you can create your app then klick on this link: https://www.cumulocity.com/guides/web/introduction/
  
-If you are finished with your app, then you can build your app and upload to Cumulocity. 
 To build the app go to the root folder of your app: To build the app go to the root folder of your app:
 <code bash> <code bash>
-c8y build:app+c8y build:app <app_name>
 </code> </code>
 The app is stored in **/build** folder of your app. The app is stored in **/build** folder of your app.
  
 +If you are finished with your app, then you can build your app and upload to Cumulocity.
 ==== Upload the application to Cumulocity ==== ==== Upload the application to Cumulocity ====
 Navigate to the Administation and klick to menu Own applications. Navigate to the Administation and klick to menu Own applications.