-
Notifications
You must be signed in to change notification settings - Fork 71
Home
Radhakrishna Sanka edited this page Jul 30, 2021
·
5 revisions
Here is the recommended set of tools and plugins necessary to get you started working on 3DuF.
- VS Code (Recommended IDE) - https://code.visualstudio.com/
- VS Code Vue Plugin for v2 UI development - https://marketplace.visualstudio.com/items?itemName=octref.vetur
- Chrome Plugin for v2 UI Development - https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd?hl=en-US
- 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.
Switch to the master
branch
npm install
npm run watch_compile
Open index.html
in the browser
Switch to the webpack-build
branch
npm install
npm run vue-serve
Open localhost:8080
in bowser