1.1.10 • Published 4 months ago

vatom-spaces-plugins v1.1.10

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

Vatom Spaces Plugin Intellisense :computer:

Provides intellisense in your editor when developing plugins for Vatom Spaces.

For additional information about the plugin development process, you can visit :page_facing_up:our developer portal.

Install :hammer:

To install this packages, you can run the command below:

npm install vatom-spaces-plugins --save

Usage :cd:

This package exports two classes, BasePlugin and BaseComponent.

To use these classes, you can import them as follows:

// ES6 import
import { BasePlugin, BaseComponent } from 'vatom-spaces-plugins'

// or CommonJS import
const VatomSpacesPlugins = require('vatom-spaces-plugins')
// use as `VatomSpacesPlugins.BasePlugin` and `VatomSpacesPlugins.BaseComponent`
1.1.10

4 months ago

1.1.9

9 months ago

1.1.8

11 months ago

1.1.7

11 months ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago