Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 635 Bytes

FuseBox AngularJS Example

AngularJS example with FuseBox using the NgTemplatePlugin

Usage

With npm

npm install

With yarn

yarn

After the node_modules are installed run the development server via npm start / yarn start

HMR

By default the built-in FuseBox hmr does not work with AngularJS, but you see an example implementation in the hmr.js.

Otherwise please force a reload within your fuse.js

app.hmr({ reload: true });

License

MIT