Skip to content

Choose a branch ​

Fast-Vue3 maintains two parallel branches. polyrepo is a single Vue application with build-time UI selection. main is a pnpm/Turbo workspace with independent admin and portal applications.

Use Node 22.18+ for a common development environment. Each branch declares its own pnpm version. Install from that branch’s lockfile after switching branches.

BranchStart commandUI selectionMock login
polyrepopnpm devVITE_UI_FRAMEWORKtest / test
mainpnpm dev:web-antdselect an apps/* packageadmin / 123456

Polyrepo runs on 127.0.0.1:5173 by default and includes DevUI. Main includes PrimeVue, seven admin apps, seven portal apps, web-app and backend-mock. Polyrepo is not an archived branch. Production builds require a real backend.

sh
pnpm install --frozen-lockfile
pnpm dev

Released under the MIT License.