7a54ac0c18706b641f37bd66015de2cd77839d0b
irandom
Setup
npm install
Dev server
npm run serve
or
npm run dev
Production build
npm run build
Preview production build
npm run preview
Lint
npm run lint
Customization
Copy .env.example to .env and set branding / theme variables.
npm run serve / npm run build regenerates public/config.js automatically.
Offline (PWA)
Production build registers a service worker and caches the app shell. After opening the site once online:
npm run build
npm run preview
you can reload without network — generators keep working.
config.js uses NetworkFirst (fresh when online, cached when offline).
Languages
Vue
50.5%
JavaScript
42.8%
CSS
3.8%
HTML
1.4%
Dockerfile
1.1%
Other
0.4%