Vuesion

screenshot of Vuesion
nuxt
vite
vue
scss
prisma

Vuesion is a boilerplate that empowers product teams to build faster with modern best practices across engineering and design. It features a full-stack framework, comprehensive design system, robust testing, and seamless internationalization.

Overview:

Vuesion is a boilerplate that aims to help product teams build faster and with fewer headaches. It provides modern best practices for engineering and design. The GitHub repository includes various features such as test coverage, maintainability, maintenance, and CI. It is released under the MIT License and offers a live demo on Heroku. The documentation provides guidance on how to get started and use the boilerplate effectively.

Features:

  • Testing: Vuesion supports Cypress.io for end-to-end testing and Jest as the testing framework. It also includes 250+ example tests.
  • DX, Code quality, and maintenance: The boilerplate emphasizes good coding practices with TypeScript and provides tools like Eslint for code linting, Prettier for code formatting, and semantic releases for version control.
  • Customizable Design-system: Vuesion offers a customizable design system with 35+ components including layout, typography, input fields, buttons, and more. It also supports theming/whitelabeling.
  • SEO and i18n support: The boilerplate provides built-in support for SEO (Search Engine Optimization) and internationalization (i18n).
  • Authentication and API modules: Vuesion integrates authentication and Axios modules for handling API calls. It also includes Vue-Apollo module with apollo-composable for working with GraphQL.
  • PWA support: Vuesion offers a PWA (Progressive Web App) module to enable the application to function as a standalone web app.
  • State management with Vuex: The boilerplate includes state management capabilities with Vuex, a popular Vue.js library for managing application state.
  • Code generators and Storybook: Vuesion provides code generators for creating components, pages, interfaces, and fixtures. It also includes Storybook with various add-ons for efficient development and testing.
nuxt
Nuxt

nuxt.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.

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.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

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.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

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.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

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.