Install once and build everywhere.
vbuild
is an opinionated but configurable build tool with lots of goodies included, it's inspired by create-react-app and xo. No webpack config and other tooling config to manage. It just works!
- Getting Started - How to start developing an app in seconds
- User Guide - The vbuild handbook
npm install -g vbuild
vbuild init my-project
cd my-project
npm install
npm run dev
Then you will be automatically navigated to http://localhost:4000
When you are ready to deploy your app, run npm run build
to bundle.
Let us know if you are using vbuild in production!
MIT © EGOIST