-
Notifications
You must be signed in to change notification settings - Fork 24
VariaMosweb installation
lufe089 edited this page Dec 10, 2018
·
1 revision
To contribute to the VARIAMOS-Web version as developer, please follow these instructions:
- Create a fork from the VariamosWeb repository available at https://github.com/SPLA/VARIAMOS-WEB
- Download the github project from the fork you created in the last step
- Install node.js ( for having access to the npm functionality)
- Install vue-cli by executing this command from a terminal:
npm install -g @vue/cli
- 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 projectnpm run dev
--> this command runs the project in development mode