VulcanJS is a framework that gives you a set of tools for quickly building React & GraphQL-based web applications. For Vulkan related to the cross-platform 3D graphics and compute API, see 'Vulkan'.
Questions tagged [vulcanjs]
5 questions
1
vote
0 answers
Ideas to insert row with VulcanJS
I have a custom form in my vulcan project, something like this:
0
votes
0 answers
Meteor Unit Testing with meteortesting:mocha
I'm trying to add unit tests to my application. Currently I'm using
meteor 1.8.1, and meteortesting:mocha as test driver.
My issue is that when running a meteor test command the app seems not to load the helper files correctly
The test folder…

Victor Fernandes
- 1
- 1
0
votes
1 answer
How can I first launch the project with VulcanJS?
I've just started to install Vulcan Js on my computer. So I follow the tuto on official website.
And after I execute npm start, I've got this error.
> npm start
> vulcan-meteor@1.16.1 start
> meteor --settings settings.json
[[[[[…

Edouard Morineaux
- 13
- 3
0
votes
1 answer
How do I fix this error when I try to run vulcan on meteor? It is given in the body
I can't figure out how to solve this problem. The error message
C:\Users\Sean O'Gary\Documents\Vulcan-Starter>npm start
> Vulcan@1.13.4 prestart C:\Users\Sean O'Gary\Documents\Vulcan-Starter
> node .vulcan/prestart_vulcan.js
___ ___
\\\\ …
0
votes
1 answer
TypeError: Restivus is not a constructor in Vulcan project
I have tried to add the meteor package nimble:restivus to my Vulcan project (which runs on meteor). When I add the following code:
import {Restivus} from 'meteor/nimble:restivus'
var Api = new Restivus ({
useDefaultAuth: true,
prettyJson:…

pho_pho
- 672
- 11
- 30