n9ti / vbuild

:turtle: :rocket: Vue happiness build tool :sparkles: :zap:

Home Page:https://vbuild.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vbuild

NPM version NPM downloads Build Status

Philosophy

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!

Quick Start

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.

preview

Showcase

Let us know if you are using vbuild in production!

License

MIT © EGOIST

About

:turtle: :rocket: Vue happiness build tool :sparkles: :zap:

https://vbuild.js.org

License:MIT License


Languages

Language:JavaScript 97.0%Language:HTML 1.9%Language:Vue 1.1%