使用SAP UI5 Web Components開發React應用

(1) 命令行 npx create-react-app my-app --template @ui5/cra-template-webcomponents-reactreact

建立名爲my-app的react應用,並安裝對應的依賴。web

成功執行後,會看到Success! Created my-app at XXXX的提示信息:npm


進入my-app項目的src文件夾裏,新建MyApp.jsx:瀏覽器

import React from "react";app

export function MyApp() {
return <div>My root component</div>;
}ui

在App.js裏導入這個Component:spa

npm start命令行

瀏覽器裏輸入localhost:3000, 就能看到這個最簡單的React應用了:3d

要獲取更多Jerry的原創文章,請關注公衆號"汪子熙":
component

相關文章
相關標籤/搜索