0.4.3 • Published 5 years ago

@kmhgmbh/kmh-console v0.4.3

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

kmh-console

Project setup

npm i @kmhgmbh/kmh-console

Integration

import Vue from 'vue';
import App from './App.vue';
import KmhConsole from '@kmhgmbh/kmh-console';

Vue.use(KmhConsole);
Vue.config.productionTip = false;

new Vue({
  render: h => h(App),
}).$mount('#app');

Usage

<kmh-console
        :outputClass="{'outputStyle': true}"
        :inputClass="{'inputStyle': true}"
        :id="1"
        :store="true"
      />
import { remote } from '@kmhgmbh/kmh-console';

remote.write({
  id: 1,
  type: 'text' | 'error' | 'warning' | 'success',
  value: 'i am now in the console with the id 1',
});

Props

{
  "id": Int,
  "store": Boolean
}
0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.9

5 years ago

0.3.8

5 years ago

0.3.7

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago