@beyond-js/vue-widgets

0.1.1 • Public • Published

Welcome to @beyond-js/vue-widgets package

@beyond-js/vue-widgets is a package for BeyondJS, 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
  1. Add the vue processor to the bundle configuration in the module.json file:
{
    "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.

License

@beyond-js/vue-widgets is MIT licensed.

Readme

Keywords

none

Package Sidebar

Install

npm i @beyond-js/vue-widgets

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

77.9 kB

Total Files

39

Last publish

Collaborators

  • ftovar8
  • jircdev
  • hello-beyond