Templatus Vue

screenshot of Templatus Vue
rails
vite
vue
tailwind

Opinionated template for starting new web applications with Ruby on Rails and Vue.js 3

Overview:

Templatus (Vue edition) is an opinionated template designed for building web applications using Ruby on Rails and Vue.js 3. It simplifies the setup process of a new application while following best practices. The template includes a range of features and technologies for both the backend and frontend development, as well as tools for testing, linting, and deployment.

Features:

  • Backend:

    • Ruby 3.2 and Ruby on Rails 7.0
    • ActionCable for WebSocket communication
    • PostgreSQL for using as SQL database
    • Sidekiq for background processing
    • Redis for Caching, ActionCable, and Sidekiq
  • Frontend:

    • Vite for bundling JavaScript and CSS with Hot Module Replacement (HMR) in development
    • Vue 3 as frontend framework
    • Vue Router 4 for frontend routing
    • Pinia for frontend state management
    • Tailwind CSS 3 for styling
    • Heroicons for SVG icons as Vue components
    • Rails Request.JS for AJAX requests with default headers
rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.

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.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

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.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

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.