PhaseII WebUI Version 3
Go to file
2025-02-09 19:59:11 -05:00
.github
.laravel-guide
.nuxt-guide
.vscode
public Add new particlesJS background 2025-02-04 20:33:45 -05:00
src Make JSON assets local. 2025-02-04 20:09:47 -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 standalone tags to HTML file 2025-02-09 19:59:11 -05:00
jsconfig.json
LICENSE
package-lock.json Add admin maintenance page 2025-01-30 00:10:39 -05:00
package.json Add admin maintenance page 2025-01-30 00:10:39 -05:00
postcss.config.js
README.md
tailwind.config.js Add definitions for larger screen sizes. 2025-01-24 21:16:43 -05:00
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