Build a Vue app in 3 steps

EGOIST
1 min readMar 8, 2017

--

  1. Install vbuild
yarn global add vbuild

2. Write your app, for example, a typical src/index.js

3. run it or build it

vbuild src/index.js -d
# or build for production, simply drop `-d`
vbuild src/index.js

See more: https://github.com/egoist/vbuild

--

--

EGOIST
EGOIST

No responses yet