0.4.3 • Published 6 years ago

@kmhgmbh/kmh-console v0.4.3

Weekly downloads
1
License
-
Repository
-
Last release
6 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

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago