Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 695 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 695 Bytes

Fusion Tutorial

Hands-on with Fusion.

Installation & Usage

  • Run npm install

  • Checkout the code present in src/main/js/component/Component.js

  • Open App.html to see the fusion code running in browser

Fusion Hands on

  • Update src/main/js/component/Component.js

    • If needed add additional source code files in src/main/js/component folder
  • Run npm run build or npm run build:dev

  • Refresh App.html

Unit Tests

  • Checkout unit tests written in src/__tests__/spec/ComponentSpec.js

  • Update unit tests as you update the source code

Fusion Gaia

  • Run npm run gaia:server to start gaia server

  • Gaia server can be used to run lint and unit tests