Bitburner - Guide to Launching Vue Applications

Pin
Send
Share
Send

In this mini guide, we will show you how to run Vue applications in BitBurner?

How to run Vue apps in Bitburner?

Basic actions ⇓

Installation

  • Create a new home file named vue.js or whatever you want.
  • Copy+paste the entire script from this Gist into a new script file in BitBurner.
  • Run the script with "run" from the terminal!.

Update

Once the script is installed, you can extend/update it to your liking.

Every time you make changes to the main Vue script/your app, you must re-run the script to rebuild the app in BitBurner.

Technical details

  • Uses Vue 3.2.26 (compiler + runtime) from the jsDelivr CDN.
  • Find out more about Vue on their official website.
  • Unfortunately Vue SFC support is not possible due to limitations in BitBurner.
  • Project uses sass.js for the version of Sass compiled via emscripten in the browser.

Leave your comment

Pin
Send
Share
Send