Skip to content

Latest commit

 

History

History
 
 

blockly-requirejs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Home

blockly-requirejs-sample Built on Blockly

This sample shows how to load Blockly with RequireJS using AMD.

Note: This sample actually references the Blockly UMD package built and published to npm, but since it's UMD (Universal), we're able to load that package in an AMD environment.

Installation

npm install

Running

npm run start

Browse

Open http://localhost:3000/index.html

Browse