PhaseII WebUI Version 3
Go to file
2024-06-29 01:43:55 -04:00
.github
.laravel-guide
.nuxt-guide
.vscode
public Update game assets 2024-06-28 20:59:12 -04:00
src Add Qpro and Emblem config 2024-06-29 01:43:55 -04:00
.browserslistrc
.editorconfig
.env.development
.env.production
.eslintrc.cjs
.gitignore
.prettierrc.json
index.html Fix index.html 2024-06-21 22:26:05 -04: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