Skip to content

VariaMosweb installation

lufe089 edited this page Dec 10, 2018 · 1 revision

To contribute to the VARIAMOS-Web version as developer, please follow these instructions:

  1. Create a fork from the VariamosWeb repository available at https://github.com/SPLA/VARIAMOS-WEB
  2. Download the github project from the fork you created in the last step
  3. Install node.js ( for having access to the npm functionality)
  4. Install vue-cli by executing this command from a terminal: npm install -g @vue/cli
  5. Open the github project. Go to the folder VARIAMOS-WEB. From this folder execute the following commands: npm install --> this command install all dependencies included in the project npm run dev--> this command runs the project in development mode