Vue Crm

screenshot of Vue Crm
vite
vue
scss
vuetify

Simple reusable CRM built on Vue 2 PWA template and Vuetify UI

Overview

Vue CRMA is a reusable Vue.js CRM starter project designed for real-world businesses. The project aims to provide a solution that includes a simple authentication process, a restful API with token support, and an elegant user interface design.

Features

  • Built from Vue 2 PWA template
  • UI built on top of Vuetify
  • Includes Vuex and Axios for authentication management (uses a dummy token)
  • Utilizes vue-chartjs for creating charts on the dashboard
  • Built on TypeScript
  • Backend API is a readonly dummy service
  • Token and user profile managed by Vue-Persisteddstate
  • Uses Json-Server as a fake restful API (can be replaced with your own API)

Summary

Vue CRMA is a reusable Vue.js CRM starter project that provides a comprehensive solution for real-world businesses. It includes key features such as authentication management, a restful API with token support, and an elegant user interface design. The project is built on top of Vue 2 PWA template and utilizes Vuetify for the UI. With its flexibility and modular structure, Vue CRMA can be easily customized and integrated into any real-world business application.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

pinia
Pinia

Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.

Pwa

A Progressive Web App (PWA) is a type of web application that uses modern web technologies to provide a native app-like experience to users, including offline functionality, push notifications, and device hardware access. PWAs can be installed on a user's home screen and launched like a traditional app, but do not require a separate app store listing or download.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.