mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-03-22 02:04:17 -05:00
347 B
347 B
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