Skip to content

tobiastimm/fuse-box-angularjs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published