Skip to content

Instantly share code, notes, and snippets.

View aaronransley's full-sized avatar
🛠️
busy

Aaron Ransley aaronransley

🛠️
busy
View GitHub Profile
@aaronransley
aaronransley / bitburner-vue.js
Created December 25, 2021 00:26
Run Vue Apps within BitBurner
let _window = eval('window')
let _document = eval('document')
let vueAppId = 'vueApp'
let appStyles = `
.app_root {
color: white;
font-family: "Lucida Console", "Lucida Sans Unicode", "Fira Mono", Consolas, "Courier New", Courier, monospace, "Times New Roman";
.layout {