🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@matterlabs/zksync-nuxt-core

Package Overview
Dependencies
Maintainers
6
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matterlabs/zksync-nuxt-core

[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![License][license-src]][license-href]

latest
Source
npmnpm
Version
1.12.3
Version published
Weekly downloads
1
-99.97%
Maintainers
6
Weekly downloads
 
Created
Source

zkSync DApp Nuxt Module

npm version npm downloads License

đź“– Release Notes

Setup

  • Add @matterlabs/zksync-nuxt-core dependency to your project
yarn add @matterlabs/zksync-nuxt-core
# or
npm install @matterlabs/zksync-nuxt-core
  • Add @matterlabs/zksync-nuxt-core to the buildModules section of nuxt.config.js

JS

{
    buildModules: [
        [
            "matter-dapp-ui",
            {
                // module options (ref. types/index.ts ModuleOptions)
            },
        ]
    ],
}

TS

import { ModuleOptions } from "matter-dapp-ui/types";
{
    buildModules: [
        [
            "matter-dapp-ui",
            <ModuleOptions>{
                // module options (ref. types/index.ts ModuleOptions)
            },
        ]
    ],
}

Development

  • Clone this repository
  • Go to the package and link it with yarn link
  • Go to your nuxt project where you want to use the module
  • Install link dependency with yarn link @matterlabs/zksync-nuxt-core
  • Import the module into your project as shown above
  • Done âś…

License

MIT License

FAQs

Package last updated on 27 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts