@vue-solana/core 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,6 +15,7 @@ Official Solana docs:
|
|
|
15
15
|
Full Vue Solana docs:
|
|
16
16
|
|
|
17
17
|
- [`@vue-solana/core`](https://vue-solana-docs.vercel.app/packages/core)
|
|
18
|
+
- [Live demo](https://vue-solana-docs.vercel.app/demo)
|
|
18
19
|
- [Getting Started](https://vue-solana-docs.vercel.app/getting-started)
|
|
19
20
|
- [Troubleshooting](https://vue-solana-docs.vercel.app/troubleshooting)
|
|
20
21
|
|
|
@@ -99,8 +100,9 @@ Browser wallets discovered through the Solana Wallet Standard are adapted into `
|
|
|
99
100
|
|
|
100
101
|
For complete runnable Vue and Nuxt examples that use this package through the framework integrations, see:
|
|
101
102
|
|
|
102
|
-
- [
|
|
103
|
-
-
|
|
103
|
+
- [Live demo](https://vue-solana-docs.vercel.app/demo)
|
|
104
|
+
- <a href="https://vue-solana-docs.vercel.app/examples/vue-vite" target="_blank" rel="noopener noreferrer"><code>examples/vue-vite</code></a>
|
|
105
|
+
- <a href="https://vue-solana-docs.vercel.app/examples/nuxt" target="_blank" rel="noopener noreferrer"><code>examples/nuxt</code></a>
|
|
104
106
|
|
|
105
107
|
## Known TypeScript Issue
|
|
106
108
|
|