baro-save-editor icon indicating copy to clipboard operation
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: pwa showcase


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 server
  • npm run build - makes production build ready for hosting in ./dist
  • npm run preview - starts local server that previews production build