使用 yo 命令行向导创建 SAP UI5 应用
命令行:yo easy-ui5 project, 遇到錯誤消息:
you don’t seem to have a generator with the name “easy-ui5” installed.
先用 npm install generator-easy-ui5 進行安裝:
然后重新執行 yo easy-ui5 project:
 
Create a new OpenUI5/SAPUI5 project:
在 On which platform would you like to host the application? 里,選擇 SAP Launchpad service:
創建成功:
成功創建的 SAP UI5 資源:
我們的 SAP UI5 應用資源文件就在 webapp 文件夾里:
還有一些額外的文件夾:
- deployer:
A Cloud Foundry tasks which uploads the static web resources to the HTML5 application repository service during deploy-time.
一個 CloudFoundry 任務,在用戶部署 SAP UI5 時,將靜態的 web resources 上傳到 HTML5 應用倉庫服務去。
You might miss the folders dist and mta_archieves as they will be created later during the build step.
dist 和 mta_archieves 在 build 階段會動態創建。
This project leverages the UI5 tooling framework for development. This tool belt can help you to start a local web server and is extendable so you can integrate mocked destinations and a live-reload feature when files are updated. The great thing is, you don’t have to worry about this for now. The easy-ui5 generator already installed these two tasks for you. Additional UI5 tooling tasks can be found on npm.com.
進入到 tutorial.myUI5App 目錄下,執行腳本 npm start:
遇到這個 address already in use 的錯誤消息,通常都是因為本地還有一個運行的 Visual Studio Code 在本地運行 SAP UI5 應用:
 
最后看到的本地 Fiori Launchpad sandbox:
將 i18n_en.properties 文件的內容替換成如下字符串:
最后運行時的效果:
更多Jerry的原創文章,盡在:“汪子熙”:
 
總結
以上是生活随笔為你收集整理的使用 yo 命令行向导创建 SAP UI5 应用的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: Moto G Stylus 2023手机
- 下一篇: 使用 yo 命令行向导给 SAP UI5
