Socket
Socket
Sign inDemoInstall

@jtekt/dataset-picker

Package Overview
Dependencies
5
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jtekt/dataset-picker

A Vue.js component to select a dataset from the Image storage microservice.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Dataset picker

A Vue.js component to select a dataset from the Image storage microservice.

Usage example

<template>
  <v-app>
    <DatasetPicker v-model="dataset" />
  </v-app>
</template>

<script setup lang="ts">
import DatasetPicker from "@jtekt/dataset-picker"
import { ref } from "vue"

const { VITE_IMAGE_STORAGE_URL } = import.meta.env
const dataset = ref({
  imageStorageApiUrl: VITE_IMAGE_STORAGE_URL,
  queryParams: {
    limit: 123,
  },
})
</script>

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

FAQs

Last updated on 25 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc