PhaseII WebUI Version 3
Go to file
Auron f5b9d57e8c
Some checks failed
Build / build (push) Has been cancelled
More random greetings- (#4)
close with comment does not make any fucking sense.
2025-08-02 16:02:17 -04:00
.github Initial commit 2023-05-17 21:01:05 -04:00
.laravel-guide Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04:00
.nuxt-guide Initial commit 2023-05-17 21:01:05 -04:00
.vscode Initial commit 2023-05-17 21:01:05 -04:00
public Fix theme override, fix broken cursor, fix broken animations 2025-07-31 11:51:36 -04:00
src More random greetings- (#4) 2025-08-02 16:02:17 -04:00
tools Add support for SDVX Akanames 2025-03-05 10:59:40 -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 Fix theme override, fix broken cursor, fix broken animations 2025-07-31 11:51:36 -04:00
.env.production Fix theme override, fix broken cursor, fix broken animations 2025-07-31 11:51:36 -04: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 Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04:00
index.html Add version system, add groundwork for rivals, add new update modal, clean up game constants 2025-04-04 16:58:52 -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 Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04:00
package.json Update dependancies, move tailwind to V4 (SoftieTechCat) 2025-07-29 20:46:12 -04: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