0.0.0 • Published 3 years ago

@matterlabs/zksync-nuxt-ui v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@matterlabs/zksync-nuxt-ui

npm version npm downloads Github Actions CI Codecov License

UI components for the zkSync dApps

📖 Release Notes

Setup

  1. Add @matterlabs/zksync-nuxt-ui dependency to your project
yarn add @matterlabs/zksync-nuxt-ui # or npm install @matterlabs/zksync-nuxt-ui
  1. 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

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Start development server using npm run dev

License

MIT License

Copyright (c) Matter Labs