0.0.8 • Published 10 months ago

bseblocks v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
10 months ago

BS|ENERGY Building Blocks

Diese Repo enthält Komponenten, zum Bau unserer Webapplikationen.

Wie Du die Komponenten nutzen kannst?

  • Installieren mit NPM: npm install bseblocks
  • Importieren von Vue-App:

    //App.vue
    <script setup>
      import DiagrammBarChartJS from 'bseblocks/components/DiagrammBarChartJS.vue';
    <script>
  • Einbinden der Komponente:

    //App.vue
    <template>
      <DiagrammBarChartJS/
      ...
      >
    <template>

nhalte

Handlungen

  • Datepicker.vue - Datum erfassen
  • FotoUpload.vue - Foto hochladen

Diagramme

  • DiagrammSankey.vue Sankey-Diagramm mit Plotly
  • DiagrammBarPlotly.vue - Balken-Diagramm mit Plotly
  • DiagrammBarChartJS.vue - Balken-Diagramm mit ChartJS

Weitere Informationen

0.0.8

10 months ago

0.0.5

10 months ago

0.0.6

10 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago

0.0.0

11 months ago