1.0.13 • Published 11 months ago

@startinblox/component-deployer v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Solid Deployer

Solid Deployer serves some components:

  • Solid Deployer
  • Solid Deployer Menu

How to use

Once the package is installed, you can use the solid-deployer component:

<html>
  <head>
    <!-- import the module in the head of the page -->
    <script
      type="module"
      src="https://cdn.skypack.dev/@startinblox/component-deployer"
    ></script>
  </head>

  <body>
    <!-- use the component -->
    <solid-deployer data-src="http://mydatasrc"></solid-deployer>
  </body>
</html>

Parameters

NameDefaultDescription
data-srcundefinedURL of your data holder

Developpers

Installation:

npm install

Build with:

npm run build

Watch files & rebuild on change with this command:

npm run watch
1.0.14-beta.4

11 months ago

1.0.14-beta.3

11 months ago

1.0.14-beta.2

11 months ago

1.0.14-beta.1

11 months ago

1.0.13

11 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago