mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-03-21 17:54:26 -05:00
PhaseII WebUI Version 3
|
Some checks failed
Build / build (push) Has been cancelled
This took way too long, but i finally fixed all of the bugs i created in making this update |
||
|---|---|---|
| .github | ||
| .vscode | ||
| public | ||
| src | ||
| tools | ||
| .browserslistrc | ||
| .editorconfig | ||
| .env.development | ||
| .env.production | ||
| .gitignore | ||
| .prettierrc.json | ||
| eslint.config.mjs | ||
| index.html | ||
| jsconfig.json | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.js | ||
| vite.config.mjs | ||
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