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"
topackage.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
withreactive
andconst
withref
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 andsave
for writing data. - Use recommended plugins and dependencies, such as Vite, Pinia, axios, and core-js.
Installation
The installation process is not mentioned in the provided content. Please provide the necessary information or clarify if installation details are not available.
Summary
This content provides guidelines for using a specific theme or template for a project. It includes information on package management, configuration, naming conventions, and recommended plugins and dependencies. It emphasizes the use of Vue 3 and TypeScript, as well as mobile responsiveness and best practices for frontend and backend development. The specific installation process is not mentioned.