BITBOX scaffolds are basic apps w/ bindings to your local running BITBOX. They allow a developer to hit the ground running and waste no time w/ app set up and configuration.
This scaffold is a Vue app build w/ Vue.js offical CLI vue-cli
using the "webpack" template. It already has BITBOX
instantiated and is ready to roll.
- Download the latest build from bitbox.earth and compare the checksums
- Install and start your local BITBOX App
- Install
bitbox-cli
globallynpm install bitbox-cli --global
- Scaffold a Vue app w/ BITBOX web bindings
bitbox new hello-bitbox --scaffold vue
- Install dependencies
npm install
- Start the app
npm start
- Open a browser to
http://localhost:8081/
- Win