PhaseII WebUI Version 3
Go to file
Trenton Zimmer be85a2f03e Status Update
I'm still alive!
2023-09-12 21:14:41 -04:00
.github
.laravel-guide
.nuxt-guide
.vscode
public Huge status update 2023-08-14 23:14:13 -04:00
src Status Update 2023-09-12 21:14:41 -04:00
.browserslistrc
.editorconfig
.eslintrc.cjs
.gitignore
.prettierrc.json
index.html
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