Eslint and vue

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
  • vue-eslint-parser

    The ESLint custom parser for `.vue` files.

  • - parser: '@typescript-eslint/parser', + parser: "vue-eslint-parser", + // https://github.com/vuejs/vue-eslint-parser#parseroptionsparser + parserOptions: { + parser: "@typescript-eslint/parser", + }, plugins: ['@typescript-eslint'], extends: [ 'eslint:recommended', 'plugin:@typescript-eslint/recommended', + 'plugin:vue/vue3-recommended', 'prettier', ], }

  • 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
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

  • Vue 3.3 released 🎉

    1 project | /r/vuejs | 11 May 2023
  • Can Notion be efficient for my Design system's documentation?

    3 projects | /r/UI_Design | 8 Dec 2023
  • Vuelidate's Email Validator

    2 projects | news.ycombinator.com | 4 Oct 2023
  • Rss feed

    1 project | /r/discordapp | 4 Apr 2023
  • [New release]: Vue Preloader - The Ultimate Solution for Fast Loading Screens! (Vue, Vue3, Vite, Nuxt3)(Added Transition-Type - fade-left, fade-right, fade-up, fade-down)

    1 project | /r/SideProject | 2 Mar 2023