PhaseII WebUI Version 3
Go to file
dependabot[bot] b7bbdfa1d6
Bump js-yaml from 4.1.0 to 4.1.1 (#7)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-29 14:40:09 -05:00
.github Initial commit 2023-05-17 21:01:05 -04:00
.vscode Initial commit 2023-05-17 21:01:05 -04:00
public Add pilltag/button customizations 2025-12-22 19:55:58 -05:00
src Add pilltag/button customizations 2025-12-22 19:55:58 -05:00
tools Add Jubeat title support, add Jubeat BTA base support 2025-11-17 15:15:42 -05:00
.browserslistrc Initial commit 2023-05-17 21:01:05 -04:00
.editorconfig Initial commit 2023-05-17 21:01:05 -04:00
.env.development Add pilltag/button customizations 2025-12-22 19:55:58 -05:00
.env.production Add pilltag/button customizations 2025-12-22 19:55:58 -05:00
.gitignore Initial commit 2023-05-17 21:01:05 -04:00
.prettierrc.json Initial commit 2023-05-17 21:01:05 -04:00
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 Initial commit 2023-05-17 21:01:05 -04:00
LICENSE Initial commit 2023-05-17 21:01:05 -04:00
package-lock.json Bump js-yaml from 4.1.0 to 4.1.1 (#7) 2025-12-29 14:40:09 -05:00
package.json refactor loading state 2025-12-22 19:24:33 -05:00
postcss.config.mjs Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04:00
README.md Update README.md 2023-05-17 21:02:54 -04:00
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