https://github.com/bitcoin-com/wormhole-scaffold-vue
Scaffold VueJS app w/ Wormhole SDK web bindings
https://github.com/bitcoin-com/wormhole-scaffold-vue
Last synced: about 2 months ago
JSON representation
Scaffold VueJS app w/ Wormhole SDK web bindings
- Host: GitHub
- URL: https://github.com/bitcoin-com/wormhole-scaffold-vue
- Owner: Bitcoin-com
- Created: 2018-08-15T00:57:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T05:05:57.000Z (over 7 years ago)
- Last Synced: 2025-01-26T06:25:22.359Z (over 1 year ago)
- Language: JavaScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Wormhole SDK Scaffold Vue
## Setup
1. [Install `wormholecash`](https://www.npmjs.com/package/wormholecash) globally
- `npm install wormholecash --global`
2. Scaffold an Angular app w/ Wormhole SDK web bindings
- `wormhole new myApp --scaffold vue`
3. `cd` in to the newly created app
- `cd myApp`
4. Install dependencies
- `npm install`
5. Start the app
- `npm start`
6. Open a browser to `http://localhost:3000/`
7. Win
[](https://travis-ci.org/Bitcoin-com/wormhole-scaffold-vue)