PhaseII WebUI Version 3
Go to file
Trenton Zimmer 5b612e8c7f Final update for main branch for now
I'm going to work on making a minified version onf
2024-06-05 17:52:16 -04: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 Huge status update 2023-08-14 23:14:13 -04:00
src Final update for main branch for now 2024-06-05 17:52:16 -04:00
.browserslistrc Initial commit 2023-05-17 21:01:05 -04:00
.editorconfig Initial commit 2023-05-17 21:01:05 -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 Status Update 2023-07-07 09:27:46 -04: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 Final update for main branch for now 2024-06-05 17:52:16 -04:00
package.json Final update for main branch for now 2024-06-05 17:52:16 -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 Code push up to current dev work 2023-05-21 23:38:42 -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