Vue.js HelloWorld
This tutorial shows you how to use the SDK in your Vue.js application. You will replace the content of the default HelloWorld
component and display the current block height of the æternity testnet.
1. Install Vue.js
2. Create a new Vue.js project
3. Switch to the folder of your Vue.js project
4. Install the SDK
5. Modify the HelloWorld component
6. Run the application
Last updated