- 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
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