https://github.com/saqqdy/use-extend-app
extend app
https://github.com/saqqdy/use-extend-app
Last synced: 7 months ago
JSON representation
extend app
- Host: GitHub
- URL: https://github.com/saqqdy/use-extend-app
- Owner: saqqdy
- License: mit
- Created: 2023-02-07T01:18:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-19T02:21:51.000Z (over 2 years ago)
- Last Synced: 2025-02-20T03:03:37.227Z (8 months ago)
- Language: TypeScript
- Size: 419 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# use-extend-app
A composition api for dynamically loading components, supports vue2.0 and vue3.0
[![NPM version][npm-image]][npm-url]
[![Codacy Badge][codacy-image]][codacy-url]
[![Test coverage][codecov-image]][codecov-url]
[![npm download][download-image]][download-url]
[![License][license-image]][license-url][![Sonar][sonar-image]][sonar-url]
## **For API documentation, see: [API Docs](./docs/modules.md)**
## Installing
```bash
# use pnpm
$ pnpm install use-extend-app# use npm
$ npm install use-extend-app --save# use yarn
$ yarn add use-extend-app
```## Usage
## Support & Issues
Please open an issue [here](https://github.com/saqqdy/use-extend-app/issues).
## License
[MIT](LICENSE)
[npm-image]: https://img.shields.io/npm/v/use-extend-app.svg?style=flat-square
[npm-url]: https://npmjs.org/package/use-extend-app
[codacy-image]: https://app.codacy.com/project/badge/Grade/f70d4880e4ad4f40aa970eb9ee9d0696
[codacy-url]: https://www.codacy.com/gh/saqqdy/use-extend-app/dashboard?utm_source=github.com&utm_medium=referral&utm_content=saqqdy/use-extend-app&utm_campaign=Badge_Grade
[codecov-image]: https://img.shields.io/codecov/c/github/saqqdy/use-extend-app.svg?style=flat-square
[codecov-url]: https://codecov.io/github/saqqdy/use-extend-app?branch=master
[download-image]: https://img.shields.io/npm/dm/use-extend-app.svg?style=flat-square
[download-url]: https://npmjs.org/package/use-extend-app
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
[license-url]: LICENSE
[sonar-image]: https://sonarcloud.io/api/project_badges/quality_gate?project=saqqdy_use-extend-app
[sonar-url]: https://sonarcloud.io/dashboard?id=saqqdy_use-extend-app