NEO•ONE has integration with Vue applications.
Integrating NEO•ONE with Vue is a breeze using the generated NEO•ONE client APIs.
The NEO•ONE toolchain emits a service that aids in integrating a Vue application with NEO•ONE: contractsService.
The contractsService is a singleton which provides access to all of the generated NEO•ONE client APIs and smart contract methods.
The contractsService makes responding to updates in the blockchain easy by providing access to observables. Here’s how you might use the contractsService to build a simple Vue component to update the current block count.