bseblocks

0.0.8 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i bseblocks

Weekly Downloads

0

Version

0.0.8

License

none

Unpacked Size

662 kB

Total Files

21

Last publish

Collaborators

  • marcolinjo