PhaseII WebUI Version 3
Go to file
Trenton Zimmer 4bbcbe0124
Some checks failed
Build / build (push) Has been cancelled
New options engine, fully working reads
2024-10-12 23:51:04 -04:00
.github
.laravel-guide
.nuxt-guide
.vscode
public Add bats! 2024-10-12 23:50:48 -04:00
src New options engine, fully working reads 2024-10-12 23:51:04 -04:00
.browserslistrc
.editorconfig
.env.development New .env files 2024-06-10 12:01:35 -04:00
.env.production New .env files 2024-06-10 12:01:35 -04:00
.eslintrc.cjs
.gitignore
.prettierrc.json
index.html Add bats! 2024-10-12 23:50:48 -04:00
jsconfig.json
LICENSE
package-lock.json Huge progress. Actual API Calls. API subsystem 2024-06-09 01:12:49 -04:00
package.json Add in video card backgrounds 2024-07-26 01:04:07 -04:00
postcss.config.js
README.md
tailwind.config.js
vite.config.js Huge progress. Actual API Calls. API subsystem 2024-06-09 01:12:49 -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