How to develop a svelte component and publish it as a package in NPM

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.
www.influxdata.com
featured
  • svelte-star-rating

    Simple Svelte component, with no dependencies, for implementing and capturing assessments through a simple and intuitive interface that will take you to the stars. ✨

  • { "name": "@ernane/svelte-star-rating", "version": "1.0.0", "description": "Simple component to assign scores based on stars.", "main": "dist/index.js", "module": "dist/index.mjs", "svelte": "src/index.js", "scripts": { "build": "rollup -c", "dev": "rollup -c -w" }, "homepage": "https://github.com/ErnaneJ/svelte-star-rating", "bugs": { "url": "https://github.com/ErnaneJ/svelte-star-rating/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ErnaneJ/svelte-star-rating.git" }, "keywords": [ "svelte", "star", "ratting", "component", "sapper" ], "author": "ernane ", "license": "MIT", "devDependencies": { "rollup": "^2.39.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-svelte": "^7.1.0", "svelte": "^3.32.3" } }

  • Svelte

    Cybernetically enhanced web apps

  • When it comes to a project that uses the same technology, in the case that we will see in this post Svelte for example, you can create a component and publish it as a package in NPM and reuse it whenever you need it. That's what we'll see here! for cases where the projects do not share the same technology, this is a matter for another time. But if you like spoilers you can read about WebComponents.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • documentation

    Documentation for the npm registry, website, and command-line interface. (by npm)

  • Official NPM documentation;

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

  • Securing SvelteKit Apps with Keycloak

    2 projects | dev.to | 6 May 2024
  • Composable architecture example: Go headless (best practices)

    2 projects | dev.to | 30 Apr 2024
  • Rich Harris: Svelte parses HTML all wrong

    1 project | news.ycombinator.com | 5 Apr 2024
  • Mario meets Pareto: multi-objective optimization of Mario Kart builds

    2 projects | news.ycombinator.com | 4 Apr 2024
  • Svelte parses HTML all wrong

    1 project | news.ycombinator.com | 4 Apr 2024