I am starting to run paraviewWeb on a local server but I am stuck in the first step. I am following the process explained in here.
I ran the command “npm install paraviewweb --save” and xBooomx!! I am stuck. What should I do next? The page treats you as you are a professional and already know what you are doing. The next title says “Creating your own project” and I have no idea what should I do?!
I bet you are not planning to do any web development using the ParaViewWeb react library.
What you are probably aiming for is to use the ParaViewWeb framework for creating web visualization using a ParaView backend. If that’s the case you should download a ParaView binary and then use the Python infrastructure already available inside ParaView to build your application.
You can look at this example on how to leverage such framework.
To be honest, the thing I have in mind actually does need web development using ParaviewWeb, but at the first hand, I just want to see Paraview on the web and enjoy my coffee afterwards!
I see you are using a framework called Vue.js! I am not familiar with that. This tutorial will bring up Paraview on a web browser for me?
Also any basic steps on how to setup paraviewWeb using React?
However, I still do not know what is the difference between ParaviewWeb and Visualizer. The thing I want is to design my own one-page app with its own buttons and environment and use OpenFOAM and ParaView in the backend to do what I want through some terminal commands.
Visualizer is a full application using the ParaViewWeb framework.
This example is also using the ParaViewWeb framework but is very basic while showing you the pieces that are required in order to create a ParaViewWeb application. Once you understand that example, you should be capable of creating your own single page application based on ParaView.
I copied the server directory from the GitHub repository into my project, after running the project I got this webpage telling me " Welcome to Your Vue.js App". It seems that VTK is not loaded.