Diese Repo enthält Komponenten, zum Bau unserer Webapplikationen.
-
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>
- Datepicker.vue - Datum erfassen
- FotoUpload.vue - Foto hochladen
- DiagrammSankey.vue Sankey-Diagramm mit Plotly
- DiagrammBarPlotly.vue - Balken-Diagramm mit Plotly
- DiagrammBarChartJS.vue - Balken-Diagramm mit ChartJS