1.0.13 • Published 2 years ago

@startinblox/component-deployer v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.14-beta.3

2 years ago

1.0.14-beta.2

2 years ago

1.0.14-beta.1

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago