Starter template for v-ibe.
v-ibe is an opinionated front-end framework for building SPAs using persistent class-based components, signals, and direct DOM updates. No virtual DOM, no hooks, no re-renders. This template gives you a ready-to-go project with all the configuration already in place.
npx degit arboledavargas/v-ibe-template my-app
cd my-app
npm install
npm run devMIT