Vue Vite

screenshot of Vue Vite
vite
vue
less
scss
vuetify

vue3+vite6+vue-router+pinia,动态路由、权限管理、vw适配、PWD ,路由切换PC与移动端,配置简单,各种实用的插件库及对应示例

Overview

This content appears to be a guide or set of instructions for using a specific theme or template for a project. It includes information on package management, configuration, naming conventions, and recommended plugins and dependencies.

Features

  • Third-party package names should be lowercase, while customizations should be uppercase.
  • Add "type": "module" to package.json and modify file extensions to .cjs for compatibility.
  • Use pnpm (or yarn or npm) to install dependencies.
  • Menu configurations and project settings are provided by the frontend team.
  • Use let with reactive and const with ref in Vue 3.
  • When using TSX with TypeScript, use the as form for combining generics.
  • Mobile responsiveness can be achieved through media queries or URL changes.
  • Use rem or vw for font size and layout calculations.
  • Follow naming conventions, such as camel case for variables and Pascal case for config files.
  • Use specific naming conventions for frontend and backend interfaces, such as query for reading data and save for writing data.
  • Use recommended plugins and dependencies, such as Vite, Pinia, axios, and core-js.

Summary

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.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

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.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

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.

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.

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.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

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.