PhaseII WebUI Version 3
Go to file
Trenton Zimmer 694850fdd3
Some checks failed
Build / build (push) Has been cancelled
revamp qpro card box formatting
2025-02-18 14:05:02 -05:00
.github
.laravel-guide
.nuxt-guide
.vscode
public Update start URL in standalone 2025-02-18 12:18:28 -05:00
src revamp qpro card box formatting 2025-02-18 14:05:02 -05:00
.browserslistrc
.editorconfig
.env.development Remove hardcoded asset paths 2025-02-03 23:37:29 -05:00
.env.production Remove hardcoded asset paths 2025-02-03 23:37:29 -05:00
.eslintrc.cjs
.gitignore
.prettierrc.json
index.html Add full standalone mode 2025-02-09 23:51:13 -05:00
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