Fearless

screenshot of Fearless
express
vite
vue

A dashboard scaffolding based on Vue.js 3.x & TypeScript created by Vite.

Overview:

This is a modern Vue.js ecosystem toolkit that offers various features such as Vue 3.x, pinia 2.x, vue-router 4.x, typescript 5.x, Vite 5.x, naive-ui 2.x, eslint 8.x, and more. It includes tools for CRUD demos, data virtualization, customizable UI libraries, locally mocked API server, authorization features, and modern application deployment with GitHub Actions and Vercel.

Features:

  • Modern Vue.js Ecosystem: Includes Vue 3.x, pinia 2.x, and vue-router 4.x.
  • Fully Strongly Typed: Utilizes typescript 5.x for strong typing.
  • Next Generation Frontend Tooling: Uses Vite 5.x for efficient frontend tooling.
  • HTTP Request Based on Fetch API: Uses ky 0.x for HTTP requests instead of axios.
  • Customizable UI Library: Provides naive-ui 2.x for customizable UI components.
  • Complete Engineering Workflow: Includes eslint 8.x, husky 7.x, lint-staged 11.x, and commitlint 13.x.
  • Locally Mocked API Server: Utilizes express 4.x for a locally mocked API server.
  • Authorization Features: Implements access token, refresh token, auth refresh token, and role-based authorization.
  • Modern Application Deployment: Supports deployment with GitHub Actions and Vercel.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid 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.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

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.

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.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.