baro-save-editor
baro-save-editor copied to clipboard
Barotrauma save and submarine editing tools made with Vue 3 and Vite.
baro-save-editor
Save and submarine editing tools for Barotrauma.
Working fully client-sided in the browser.
Online build available on https://ignis05.github.io/baro-save-editor/
For offline usage PWA feature is available:
Made with Vue 3, Vuetify and Vite.
Project setup
Requires having node.js version ^16.6.1 installed.
npm install - installs node dependencies
npm run dev- starts development servernpm run build- makes production build ready for hosting in ./distnpm run preview- starts local server that previews production build