PhaseII WebUI Version 3
Go to file
Trenton Zimmer 93c9732094
Some checks failed
Build / build (push) Has been cancelled
Major app refactor for V3.1.2.
This took way too long, but i finally fixed all of the bugs i created in making this update
2026-03-18 12:57:52 -04:00
.github
.vscode
public Major app refactor for V3.1.2. 2026-03-18 12:57:52 -04:00
src Major app refactor for V3.1.2. 2026-03-18 12:57:52 -04:00
tools Add Jubeat title support, add Jubeat BTA base support 2025-11-17 15:15:42 -05:00
.browserslistrc
.editorconfig
.env.development Major app refactor for V3.1.2. 2026-03-18 12:57:52 -04:00
.env.production Major app refactor for V3.1.2. 2026-03-18 12:57:52 -04:00
.gitignore
.prettierrc.json
eslint.config.mjs Move from MDI to PHI, fix eslint config, add icon animations 2025-08-04 16:53:02 -04:00
index.html arcade paseli charge support, fiz table bug 2025-10-04 20:25:50 -04:00
jsconfig.json
LICENSE
package-lock.json Major app refactor for V3.1.2. 2026-03-18 12:57:52 -04:00
package.json Major app refactor for V3.1.2. 2026-03-18 12:57:52 -04:00
postcss.config.mjs Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04:00
README.md
tailwind.config.js Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04:00
vite.config.mjs Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04:00

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