Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuoez02/vue-inversifyjs-sample
implement field dependency injection in Vue class component
https://github.com/zuoez02/vue-inversifyjs-sample
Last synced: about 1 month ago
JSON representation
implement field dependency injection in Vue class component
- Host: GitHub
- URL: https://github.com/zuoez02/vue-inversifyjs-sample
- Owner: zuoez02
- Created: 2019-03-06T12:19:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T14:51:46.000Z (about 2 years ago)
- Last Synced: 2023-08-04T03:56:13.541Z (over 1 year ago)
- Language: TypeScript
- Size: 1.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-inversifyjs-sample
To test if we can use dependency injection in Vue class component, I made this project.
The project is created by Vue CLI 3, and install `reflect-metadata` and `inversify`.
Set ` "emitDecoratorMetadata": true` in tsconfig.json.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).