This commit is contained in:
Georges KABBOUCHI 2022-10-07 20:29:00 +03:00
parent bffb6ac7f2
commit ac8e0e6684
4 changed files with 22 additions and 3 deletions

View File

@ -18,3 +18,9 @@ jobs:
token: ${{ secrets.NPM_AUTH_TOKEN }} token: ${{ secrets.NPM_AUTH_TOKEN }}
access: public access: public
check-version: true check-version: true
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_AUTH_TOKEN }}
access: public
check-version: true
package: ./nuxt/package.json

View File

@ -68,6 +68,19 @@ import { Web3Provider } from "@ethersproject/providers";
const { library } = useWeb3<Web3Provider>() const { library } = useWeb3<Web3Provider>()
``` ```
Nuxt 3
```bash
yarn add @instadapp/vue-web3-nuxt -D
```
```
export default defineNuxtConfig({
modules: [
'@instadapp/vue-web3-nuxt'
],
})
```
<br /> <br />
--- ---

View File

@ -1,6 +1,6 @@
{ {
"name": "@instadapp/vue-web3-nuxt", "name": "@instadapp/vue-web3-nuxt",
"version": "0.9.2", "version": "0.9.3",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"exports": { "exports": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@instadapp/vue-web3", "name": "@instadapp/vue-web3",
"version": "0.9.2", "version": "0.9.3",
"description": "Vue web3 composition api", "description": "Vue web3 composition api",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",