Bitburner – How to Run Vue Apps (within BitBurner)

So here’s a fun project I just hacked together: run Vue apps inside of BitBurner… it even supports SCSS compilation! I’ll be using this for UI extensions & Vue’s reactive data binding myself, thought others might be interested.

Guide to Run Vue Apps

All credit goes to smolgumball!

Introduction

I’ll be using this for UI extensions & reactive data binding myself, thought others might be interested as well.

Installation

  • Make a new file on home called vue.js or whatever you like.
  • Copy + paste entire script from this Gist into new script file in BitBurner.
  • Run script with “run” from the terminal!.

Updating

Once the script is installed, you can extend / update to your liking. Each time you make a change to the core Vue script / your app, you should re-run the script to re-build the app within BitBurner.

Technical Deets

  • Uses Vue 3.2.26 (compiler + runtime) from jsDelivr CDN.
  • Sadly Vue SFC support is not going to be possible given the constraints within BitBurner.
  • Project uses sass.js for an in-browser, emscripten-compiled version of Sass.
Egor Opleuha
About Egor Opleuha 7714 Articles
Egor Opleuha, also known as Juzzzie, is the Editor-in-Chief of Gameplay Tips. He is a writer with more than 12 years of experience in writing and editing online content. His favorite game was and still is the third part of the legendary Heroes of Might and Magic saga. He prefers to spend all his free time playing retro games and new indie games.

Be the first to comment

Leave a Reply

Your email address will not be published.


*