Plugins

VulcanJS is open-sourced and community-based, so it features some plugins developped by the community:

If you have written a package and would like to see it registered here, you can edit this page and submit a PR to the docs.

Tooling

VS Code

Text editors might have trouble providing IntelliSense for Meteor packages. The following extension from Matt Black provides a script to update your jsconfig.json file and thus provide intellisense for Vulcan packages.

Snippets for common features are also provided by the VulcanJS snippets extension from Apollinaire Lecocq.

Commande Line Interface

A CLI is available for fast generation of new Vulcan packages or modules.

Edit on GitHub