zkSync DApp Nuxt Module
📖 Release Notes
Setup
- Add
matter-dapp-module
dependency to your project
yarn add matter-dapp-module
- Add
matter-dapp-module
to the buildModules
section of nuxt.config.js
JS
{
buildModules: [
[
"matter-dapp-ui",
{
},
]
],
}
TS
import { ModuleOptions } from "matter-dapp-ui/types";
{
buildModules: [
[
"matter-dapp-ui",
<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 matter-dapp-module
- Import the module into your project as shown above
- Done ✅
License
MIT License