https://github.com/mattbrailsford/vue-angular-chimera
Proof of concept of running Vuejs components inside an Angular controller inside the Umbraco backoffice
https://github.com/mattbrailsford/vue-angular-chimera
angularjs umbraco vuejs vuejs2
Last synced: about 1 year ago
JSON representation
Proof of concept of running Vuejs components inside an Angular controller inside the Umbraco backoffice
- Host: GitHub
- URL: https://github.com/mattbrailsford/vue-angular-chimera
- Owner: mattbrailsford
- License: mit
- Created: 2018-02-23T18:38:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T08:05:52.000Z (over 8 years ago)
- Last Synced: 2025-04-26T08:55:23.337Z (about 1 year ago)
- Topics: angularjs, umbraco, vuejs, vuejs2
- Language: JavaScript
- Homepage:
- Size: 368 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# vue-angular-chimera
This is a proof of concept of running Vuejs components inside an Angular controller inside the Umbraco backoffice based on the [React Angular Chimera](https://github.com/cssquirrel/React-Angular-Chimera) by [cssquirrel](https://github.com/cssquirrel) doing the same thing but using React.
The purpose of both of these demo projects is to showcase using alternative frameworks inside the Umbraco back office in order to open up extensibility beyond just Angular plugins.
## Build Setup
``` bash
# install dependencies
npm install
# build for production with minification
npm run build
```
## Deployment
Copy `dist\VueAngularChimera` to your Umbraco `App_Plugins` folder