All Projects → ElMassimo → pingcrm-vite

ElMassimo / pingcrm-vite

Licence: other
⚡️ PingCRM on Vite Rails - A Vite.js + Inertia.js + Vue SSR + Rails demo

Projects that are alternatives of or similar to pingcrm-vite

jplayer-skin-audiocheck
A responsive HTML5 jPlayer skin with playlist.
Stars: ✭ 16 (-66.67%)
Mutual labels:  vitejs
preview-pro
Use pro-layout in vitejs. preview https://sendya.github.io/preview-pro/index.html
Stars: ✭ 71 (+47.92%)
Mutual labels:  vitejs
django-vite
Integration of ViteJS in a Django project.
Stars: ✭ 201 (+318.75%)
Mutual labels:  vitejs
vite-plugin-theme-preprocessor
css theme preprocessor plugin for vite
Stars: ✭ 144 (+200%)
Mutual labels:  vitejs
yii2-inertia
The Yii 2 server-side adapter for Inertia.js.
Stars: ✭ 52 (+8.33%)
Mutual labels:  inertiajs
vexip-ui
A Vue 3 UI library, Highly customizable property values, Full TypeScript, Performance should be good.
Stars: ✭ 488 (+916.67%)
Mutual labels:  vitejs
inertia
A preset for installing @inertiajs in a fresh Laravel project
Stars: ✭ 80 (+66.67%)
Mutual labels:  inertiajs
django-vitevue
Manage Vitejs frontends for Django
Stars: ✭ 45 (-6.25%)
Mutual labels:  vitejs
Horizon
Building ChangeWindows one commit at a time
Stars: ✭ 31 (-35.42%)
Mutual labels:  inertiajs
jumpstart-vite
⚡️ Jumpstart a new Rails app with Vite.js + Turbo + Stimulus, and more
Stars: ✭ 67 (+39.58%)
Mutual labels:  vitejs
laravel-scaffold
Laravel + Inertia (Vue) + Tailwind Scaffold for new Projects
Stars: ✭ 33 (-31.25%)
Mutual labels:  inertiajs
dragonfly-dag
完全支持Vue3和Vitejs的DAG流程图组件
Stars: ✭ 54 (+12.5%)
Mutual labels:  vitejs
vite-plugins
🌱 为社区尽一份绵薄之力
Stars: ✭ 63 (+31.25%)
Mutual labels:  vitejs
atlas
Atlas: A React (Typescript), Laravel, Tailwind & Inertia starter kit. (Jetstream alternative)
Stars: ✭ 48 (+0%)
Mutual labels:  inertiajs
troisjs.github.io
📖 Examples and documentation for TroisJS ✨
Stars: ✭ 119 (+147.92%)
Mutual labels:  vitejs
avatar
Simple online tool for cropping images from an URL, your clipboard, or your disk.
Stars: ✭ 63 (+31.25%)
Mutual labels:  vitejs
html5-blank-slate
A blank starter theme that incorporates Bootstrap 5 with WordPress and Vite for frontend tooling.
Stars: ✭ 21 (-56.25%)
Mutual labels:  vitejs
vitejs-kr.github.io
ViteJS 공식 문서에 대한 한글 번역 목적 리포지토리입니다. (ViteJS documentation Korean translation)
Stars: ✭ 81 (+68.75%)
Mutual labels:  vitejs
image-optimizer
A free and open source tool for optimizing images and vector graphics.
Stars: ✭ 740 (+1441.67%)
Mutual labels:  vitejs
vite-plugin-ssr
Like Next.js / Nuxt but as do-one-thing-do-it-well Vite plugin.
Stars: ✭ 1,703 (+3447.92%)
Mutual labels:  vitejs


PingCRM on Vite Rails

Unlike the original demo, this replaces webpacker with Vite Rails, which provides a substantially faster development experience.

It also leverages js_from_routes to auto-generate API methods to effortlessly integrate with the Rails backend, which works nicely in combination with vite-plugin-full-reload

Styles are powered by Windi CSS, a faster alternative to Tailwind CSS.

Demo 🚀

To learn more about how to move from webpacker to Vite Rails, check this pull request.

To learn more about how js_from_routes can help you simplify your code, check this pull request.

Visit the live demo. Login with:

Screen Shot 2021-02-05 at 16 34 59

Installation 💿

Clone the repo locally:

git clone https://github.com/ElMassimo/pingcrm-vite.git

Setup (install dependencies, create and seed database):

cd pingcrm-vite
bin/setup

Start it:

foreman start

You're ready to go! Visit PingCRM in your browser (http://localhost:3000), and login with:

Running tests

To run the PingCRM tests, run:

rails test:system

Requirements

  • Ruby 3.1
  • Ruby on Rails 7
  • PostgreSQL

Credits

  • Original work by Jonathan Reinink (@reinink) and contributors
  • Port to Ruby on Rails by Georg Ledermann (@ledermann)
  • Port from Webpacker to Vite Rails (@ElMassimo)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].