Skip to content
Radhakrishna Sanka edited this page Mar 26, 2021 · 5 revisions

Setting up the Development Environment

Here is the recommended set of tools and plugins necessary to get you started working on 3DuF.

Install List

  1. VS Code (Recommended IDE) - https://code.visualstudio.com/
  2. VS Code Vue Plugin for v2 UI development - https://marketplace.visualstudio.com/items?itemName=octref.vetur
  3. Chrome Plugin for v2 UI Development - https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=en-US
  4. Package Manager - https://nodejs.org/en/

Compiling v1

Switch to the master branch

npm install
npm run watch_compile

Open index.html in the browser

Compiling v2

Switch to the webpack-dev branch

npm install
npm run vue-serve

Open localhost:8080 in bowser

Clone this wiki locally