1.4.0 • Published 6 months ago

@rsksmart/rif-rollup-nuxt-core v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Rif Rollup DApp Nuxt Module

npm version npm downloads License

📖 Release Notes

Setup

  1. Add @rsksmart/rif-rollup-nuxt-core dependency to your project
yarn add @rsksmart/rif-rollup-nuxt-core
# or
npm install @rsksmart/rif-rollup-nuxt-core
  1. Add @rsksmart/rif-rollup-nuxt-core to the buildModules section of nuxt.config.js

JStypes

tailwind.config.js nuxt.config.ts LICENSE .eslintrc.js index.d.ts tests .husky .babelrc plugins index.js .prettierrc store utils package.json .yarnrc.yml CHANGELOG.md .github .yarn tsconfig.json stylelint.config.js jest.config.js .editorconfig jsconfig.json

{
    buildModules: [
        [
            "matter-dapp-ui",
            {
                // module options (ref. types/index.ts ModuleOptions)
            },
        ]
    ],
}

TS

import { ModuleOptions } from "matter-dapp-ui/types";
{
    buildModules: [
        [
            "matter-dapp-ui",
            <ModuleOptions>{
                // module options (ref. types/index.ts ModuleOptions)
            },
        ]
    ],
}

Development

  1. Clone this repository
  2. Go to the package and link it with yarn link
  3. Go to your nuxt project where you want to use the module
  4. Install link dependency with yarn link @rsksmart/rif-rollup-nuxt-core
  5. Import the module into your project as shown above
  6. Done ✅

License

MIT License

1.2.0

9 months ago

1.1.0

10 months ago

1.2.4

9 months ago

1.3.2

7 months ago

1.2.3

9 months ago

1.4.0

6 months ago

1.3.1

8 months ago

1.2.2

9 months ago

1.3.0

8 months ago

1.2.1

9 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago