/devcontainer_ui5

Development container for ui5

Primary LanguageJavaScriptMIT LicenseMIT

Node.js & JavaScript & SAPUI5

Summary

Based on MS dev-container 'javascript-node' https://github.com/microsoft/vscode-dev-containers

Develop SAPUI5 projects - ui5 tooling, mbt, etc.

Testing the definition

This definition includes some test code that will help you verify it is working as expected on your system. Follow these steps:

  1. If this is your first time using a development container, please follow the getting started steps to set up your machine.
  2. Clone this repository.
  3. Start VS Code, press F1, and select Remote-Containers: Open Folder in Container...
  4. Select the $(pwd) folder.
  5. After the folder has opened in the container, open console and run the commands npm install to install project dependencies.
  6. Create .env file in $(pwd) based on example .env.example.
  7. Run the command ui5 serve to start the project.
  8. Once the project is running, press F1 and select Remote-Containers: Forward Port from Container...
  9. Select port 3010 and click the "Open Browser" button in the notification that appears.
  10. You should see "Example application" after the page loads.

License

Licensed under the MIT License. See LICENSE.