https://github.com/beyondjs/vue-widgets
https://github.com/beyondjs/vue-widgets
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/beyondjs/vue-widgets
- Owner: beyondjs
- Created: 2022-09-19T16:06:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T23:48:23.000Z (about 2 years ago)
- Last Synced: 2025-02-14T03:34:44.379Z (over 1 year ago)
- Language: TypeScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to `@beyond-js/vue-widgets` package
`@beyond-js/vue-widgets` is a package for [BeyondJS](https://beyondjs.com), which is a platform for creating web projects as independent microfrontends. This package is built on `@beyond-js/widgets`, and allows developers to use the Vue.js framework in BeyondJS projects in a simple and straightforward way.
## Features
- Easy integration of Vue.js into BeyondJS projects
- Built on the extensible `@beyond-js/widgets` package
## Getting Started
1. Install the `@beyond-js/vue-widgets` package in your BeyondJS project:
```
npm install @beyond-js/vue-widgets
```
2. Add the `vue` processor to the bundle configuration in the `module.json` file:
```json
{
"bundleName": {
"vue": {
"ts": {
"path": "vue", // Folder where you can store your React components as single-file components.
"files": "*"
}
}
}
}
```
> In this configuration, "bundleName" should be replaced with the actual name of your bundle.
## Contributing
We welcome contributions to `@beyond-js/vue-widgets`. If you'd like to contribute, please read the [Contribution Guidelines](https://beyondjs.com/docs/contributing).
## License
`@beyond-js/vue-widgets` is [MIT licensed](LICENSE).