การสาธิต: https://mhasbini.com/miscs/react-chrome-dino-demo/index.html
ติดตั้ง:
yarn add react-chrome-dino
import React from 'react' ;
import ChromeDinoGame from 'react-chrome-dino' ;
const App = ( ) => (
< ChromeDinoGame / >
) ;
export default App ;
ตรวจสอบ src/demo
เพื่อดูตัวอย่างการใช้งาน
ห้องสมุดนี้ได้รับอนุญาตภายใต้ MIT
เกม javascript & css ได้รับอนุญาตภายใต้ BSD ดังนี้:
// Copyright (c) 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file here: https://cs.chromium.org/chromium/src/LICENSE.
ในไดเร็กทอรีโปรเจ็กต์ คุณสามารถรัน:
npm start
หรือ yarn start
รันไลบรารีในโหมดการพัฒนา เปิด http://localhost:3000 เพื่อดูในเบราว์เซอร์
npm run test
หรือ yarn run test
รันตัวเฝ้าดูการทดสอบในโหมดโต้ตอบ
npm run build
หรือ yarn build
สร้างไลบรารีสำหรับการผลิตไปยังโฟลเดอร์ build
มันรวม React ในโหมดการผลิตอย่างถูกต้องและปรับโครงสร้างให้เหมาะสมเพื่อประสิทธิภาพที่ดีที่สุด
npm publish
เผยแพร่ไลบรารีไปยัง NPM