Building Simple CRM with Vue: Getting Started with Project Setup

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

    🚦 The official router for Vue.js (by vuejs)

  • "src" folder, is the most interesting for us because it is a place where the application source code is typically stored, we will work with this folder in the future and consider its files more detailed. But shortly: "assets" folder contains our global style files, images and icons; the "components" folder as it sounds and will store our app components; "router" and "store" folders were created for "Vue Router" and "Pinia" modules; "views" folder will contain our pages components.

  • 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

  • Dynamic page title and description with Vue Router

    1 project | dev.to | 29 Apr 2024
  • Component Testing in Vue: Using routing for states

    2 projects | dev.to | 5 Feb 2024
  • Using URL to store state in Vue

    1 project | dev.to | 2 Oct 2023
  • How to use router inside axios interceptors. React and Vue

    1 project | dev.to | 29 Mar 2023
  • How to use GTM in a Vue 3 TypeScript Single Page Application Part 1 - basic configuration

    2 projects | dev.to | 2 Mar 2023