PhaseII WebUI Version 3
Go to file
2024-10-14 13:01:43 -04:00
.github
.laravel-guide
.nuxt-guide
.vscode
public Add bats! 2024-10-12 23:50:48 -04:00
src Move game options to a map, clean ip index files. 2024-10-14 13:01:43 -04:00
.browserslistrc
.editorconfig
.env.development
.env.production
.eslintrc.cjs
.gitignore
.prettierrc.json
index.html Move game options to a map, clean ip index files. 2024-10-14 13:01:43 -04:00
jsconfig.json
LICENSE
package-lock.json
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

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