PhaseII WebUI Version 3
Go to file
Trenton Zimmer 1f3a70db85
Some checks failed
Build / build (push) Has been cancelled
Add profile badges based on Discord server roles. Expands Discord linking capabilities.
2025-05-12 21:55:35 -04:00
.github
.laravel-guide
.nuxt-guide
.vscode
public
src
tools
.browserslistrc
.editorconfig
.env.development
.env.production
.eslintrc.cjs
.gitignore
.prettierrc.json
index.html
jsconfig.json
LICENSE
package-lock.json
package.json
postcss.config.js
README.md
tailwind.config.js
vite.config.js

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