0.0.3 • Published 3 years ago

ad-components-poc v0.0.3

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

ad-components-poc

Basic third-party library component to demonstrate @nuxt/components Nuxt module.

Usage

Include AD Components into your Nuxt project

Using npm:

npm i ad-components-poc

Using yarn:

yarn add ad-components-poc

With Nuxt.js

See examples/with-nuxt

ad-components-poc is using @nuxt/components to efficently lazy import components by usage.

Important: Ensure using nuxt >= 2.13.0 and components option is set from nuxt.config

export default {
  components: true,
  buildModules: [
    "ad-components-poc/nuxt",
  ],
}

With Vue-CLI

See examples/with-vue

Development

  • Clone this repository
  • Run yarn install
  • Run yarn dev
0.0.3

3 years ago

0.0.2

3 years ago