@matterlabs/zksync-nuxt-ui
v0.0.0
Published
UI components for the zkSync dApps
Downloads
8
Keywords
Readme
@matterlabs/zksync-nuxt-ui
UI components for the zkSync dApps
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 themodules
section ofnuxt.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
ornpm install
- Start development server using
npm run dev
License
Copyright (c) Matter Labs