0.0.0 • Published 5 years ago
@matterlabs/zksync-nuxt-ui v0.0.0
@matterlabs/zksync-nuxt-ui
UI components for the zkSync dApps
Setup
- Add
@matterlabs/zksync-nuxt-uidependency to your project
yarn add @matterlabs/zksync-nuxt-ui # or npm install @matterlabs/zksync-nuxt-ui- Add
@matterlabs/zksync-nuxt-uito themodulessection 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 installornpm install - Start development server using
npm run dev
License
Copyright (c) Matter Labs
0.0.0
5 years ago