@beyond-js/svelte-widgets

0.1.1 • Public • Published

Welcome to @beyond-js/svelte-widgets

@beyond-js/svelte-widgets is a package for BeyondJS, a platform for creating web projects as independent microfrontends. This package, built on @beyond-js/widgets, allows developers to use the Svelte framework in BeyondJS projects with ease.

Features

  • Simple integration of Svelte in BeyondJS projects
  • Built on the flexible @beyond-js/widgets package

Getting Started

  1. Install the @beyond-js/svelte-widgets package in your BeyondJS project:
npm install @beyond-js/svelte-widgets
  1. Add the svelte processor to the bundle configuration in the module.json file:
{
    "bundleName": {
        "svelte": {
            "ts": {
                "path": "vue", // Folder where you can store your React components as single-file components.
                "files": "*"
            }
        }
    }
}

Note: In this configuration, "bundleName" should be replaced with the actual name of your bundle.

Contributing

We welcome contributions to @beyond-js/svelte-widgets. If you'd like to contribute, please read the Contribution Guidelines.

License

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i @beyond-js/svelte-widgets

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

91.6 kB

Total Files

39

Last publish

Collaborators

  • ftovar8
  • jircdev
  • hello-beyond