Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Dart Webpack loader example

This is a simple Hello World example of the Dart Webpack loader.

Install dependencies

$ npm install

Compile

$ npm run compile

Serve

Run

$ npm run serve

then open http://localhost:8080 in your browser.