This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@readapt/app-container
TypeScript icon, indicating that this package has built-in type declarations

1.4.4 • Public • Published

@readapt/app-container

This package contains Vue.js components shared between readapt apps.

Installation

Prerequisites

Install peer-dependencies

  1. vue

npm

  1. Install @readapt/app-container
  npm install @readapt/app-container

Usage

Register shared components in your Vue.js app typically your main.ts

import ReadaptComponents from '@readapt/app-container'

Vue.use(ReadaptComponents)

Add the ReadaptComponent in your template for example:

<template>
  <readapt-color-picker :value="bar" @selectColor="fooFn" />
</template>

Or add it individually in your components (for smaller bundles)

import { defineComponent } from 'vue'
import { ColorPicker } from '@readapt/app-container'

const MyComponent = defineComponent({
  components: { ColorPicker },
  setup() {
    // ...
  }
})

Readme

Keywords

none

Package Sidebar

Install

npm i @readapt/app-container

Weekly Downloads

0

Version

1.4.4

License

Apache-2.0

Unpacked Size

519 kB

Total Files

15

Last publish

Collaborators

  • aradjdi-contentsquare
  • eboukamza
  • panzerdp
  • readapt-contentsquare
  • sylvinus