Vuejs Rails Starterkit

screenshot of Vuejs Rails Starterkit
rails
vue
bootstrap

Vue.js + Rails Starting Kit GitHub Template to develop Hybrid Mobile Application: https://vuejs-rails-starterkit.herokuapp.com

Overview

The Rails 6 + Vue.js 2 Starter Kit GitHub Template is a comprehensive toolkit for setting up a Rails project with Vue.js and various additional features. It includes support for Progressive Web Apps (PWA), Turbolinks, Webpacker, Bootstrap with AdminLTE theme, Vue.js unit testing with Jest, continuous integration, and more.

Features

  • Optimized for performance with Webpacker and Vue.js, including lazy loading and split chunks
  • Support for Turbolinks, allowing for fast page transitions
  • Progressive Web App (PWA) setup for offline functionality and app-like experience
  • Backend unit and system tests with coverage tracking
  • Vue.js unit tests with coverage tracking
  • Deployment options to Heroku
  • Pre-setup for services such as GitHub, CircleCI, and Codecov
  • Static code analyzers including Pronto, Rubocop, ESLint, and EditorConfig
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.

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.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

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.