Skip to content
Radhakrishna Sanka edited this page Jul 30, 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/

Please install all the recommended plugs that are shown to help simplify the development process and working with teams.

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-build branch

npm install
npm run vue-serve

Open localhost:8080 in bowser