https://github.com/tobiastimm/fuse-box-angularjs-example
Example project for fuse-box with AngularJS
https://github.com/tobiastimm/fuse-box-angularjs-example
angularjs fuse-box hmr html ngtemplate templates
Last synced: about 2 months ago
JSON representation
Example project for fuse-box with AngularJS
- Host: GitHub
- URL: https://github.com/tobiastimm/fuse-box-angularjs-example
- Owner: tobiastimm
- License: mit
- Created: 2018-02-17T22:54:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-03T18:03:23.000Z (over 8 years ago)
- Last Synced: 2025-03-22T20:46:23.269Z (about 1 year ago)
- Topics: angularjs, fuse-box, hmr, html, ngtemplate, templates
- Language: JavaScript
- Size: 29.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FuseBox AngularJS Example
AngularJS example with [FuseBox](https://github.com/fuse-box/fuse-box) using the [NgTemplatePlugin](https://github.com/TobiasTimm/fuse-box-ng-template-plugin)
## Usage
With `npm`
```shell
npm install
```
With `yarn`
```shell
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](./src/hmr.js).
Otherwise please force a reload within your `fuse.js`
```js
app.hmr({ reload: true });
```
## License
[MIT](./LICENSE)