Making and distributing a UI component with Vue 3 and Vite

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • tri-state-checkbox

    A material tri state checkbox component for Vue 3.

  • { "name": "vue-tri-state-checkbox", "private": false, "version": "0.0.1", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/MatijaNovosel/tri-state-checkbox.git" }, "keywords": [ "checkbox", "vue-tri-state-checkbox", "material", "material-ui", "vue3", "vue", "vuejs" ], "files": ["dist", "src/components/"], "main": "./dist/vue-tri-state-checkbox.umd.cjs", "module": "./dist/vue-tri-state-checkbox.js", "exports": { ".": { "import": "./dist/vue-tri-state-checkbox.js", "require": "./dist/vue-tri-state-checkbox.umd.cjs" }, "./dist/style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "types": "./dist/index.d.ts", "scripts": { "dev": "vite", "build": "vue-tsc && vite build", "preview": "vite preview" }, "dependencies": { "sass": "^1.62.1", "vue": "^3.2.47" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@vitejs/plugin-vue": "^4.1.0", "path": "^0.12.7", "typescript": "^5.0.2", "vite": "^4.3.9", "vite-plugin-dts": "^2.3.0", "vue-tsc": "^1.4.2" } }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts