🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

@matterlabs/zksync-nuxt-ui

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@matterlabs/zksync-nuxt-ui

UI components for the zkSync dApps

0.0.0
latest
Source
npm
Version published
Maintainers
3
Created
Source

@matterlabs/zksync-nuxt-ui

npm version npm downloads Github Actions CI Codecov License

UI components for the zkSync dApps

📖 Release Notes

Setup

  • Add @matterlabs/zksync-nuxt-ui dependency to your project
yarn add @matterlabs/zksync-nuxt-ui # or npm install @matterlabs/zksync-nuxt-ui
  • Add @matterlabs/zksync-nuxt-ui to the modules section of nuxt.config.js
{
  modules: [
    // Simple usage
    '@matterlabs/zksync-nuxt-ui',

    // With options
    ['@matterlabs/zksync-nuxt-ui', { /* module options */ }]
  ]
}

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Matter Labs

FAQs

Package last updated on 27 Apr 2021

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