PhaseII WebUI Version 3
Go to file
Trenton Zimmer 967bbfb030 Update deps
2026-01-12 15:40:04 -05:00
.github
.vscode
public finish 3.1.0-RC 2026-01-12 15:08:05 -05:00
src finish 3.1.0-RC 2026-01-12 15:08:05 -05:00
tools Add Jubeat title support, add Jubeat BTA base support 2025-11-17 15:15:42 -05:00
.browserslistrc
.editorconfig
.env.development finish 3.1.0-RC 2026-01-12 15:08:05 -05:00
.env.production finish 3.1.0-RC 2026-01-12 15:08:05 -05:00
.gitignore
.prettierrc.json
eslint.config.mjs
index.html arcade paseli charge support, fiz table bug 2025-10-04 20:25:50 -04:00
jsconfig.json
LICENSE
package-lock.json Update deps 2026-01-12 15:40:04 -05:00
package.json finish 3.1.0-RC 2026-01-12 15:08:05 -05:00
postcss.config.mjs
README.md
tailwind.config.js
vite.config.mjs

PhaseWeb 3 Vue -- Based on Admin One for Vue 3

Install

cd to project's dir and run npm install

Vite builds

Hot-reloads for development

npm run dev

Builds and minifies for production

npm run build

Serves recently built app

npm run preview

Linting

Lint

npm run lint