PhaseII WebUI Version 3
Go to file
2024-12-30 14:04:49 -05:00
.github Initial commit 2023-05-17 21:01:05 -04:00
.laravel-guide Initial commit 2023-05-17 21:01:05 -04:00
.nuxt-guide Initial commit 2023-05-17 21:01:05 -04:00
.vscode Initial commit 2023-05-17 21:01:05 -04:00
public Add Winning Eleven assets 2024-12-30 14:04:27 -05:00
src Update PASELI View and layout 2024-12-30 14:04:49 -05:00
.browserslistrc Initial commit 2023-05-17 21:01:05 -04:00
.editorconfig Initial commit 2023-05-17 21:01:05 -04:00
.env.development remove bats, add snow. base code for an email modal and store code for cookies. 2024-11-22 15:33:11 -05:00
.env.production New .env files 2024-06-10 12:01:35 -04:00
.eslintrc.cjs Initial commit 2023-05-17 21:01:05 -04:00
.gitignore Initial commit 2023-05-17 21:01:05 -04:00
.prettierrc.json Initial commit 2023-05-17 21:01:05 -04:00
index.html Move arcade api calls to dedicated file, save arcade settings. 2024-12-16 16:40:15 -05:00
jsconfig.json Initial commit 2023-05-17 21:01:05 -04:00
LICENSE Initial commit 2023-05-17 21:01:05 -04:00
package-lock.json Update browserslist 2024-11-22 15:43:03 -05:00
package.json Add in video card backgrounds 2024-07-26 01:04:07 -04:00
postcss.config.js Initial commit 2023-05-17 21:01:05 -04:00
README.md Update README.md 2023-05-17 21:02:54 -04:00
tailwind.config.js Initial commit 2023-05-17 21:01:05 -04: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