# react-vite-template **Repository Path**: public-cli/react-vite-template ## Basic Information - **Project Name**: react-vite-template - **Description**: react vite ts 模板 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-10-17 - **Last Updated**: 2023-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

React Ts Template


Background project management template built by Typescript + vite ## 项目目录 - 🚀 **[.huksy](https://github.com/typicode/husky)** Husky improves your commits and more 🐶 woof! - 🚀 **[.vscode](https://code.visualstudio.com/docs/getstarted/settings)** vsocode local project settings - 🚀 **dist** build output directory - 🚀 **node_modules** package dependencies directory - 🚀 **public** public static assets directory - 🚀 **src** core code directory - 🚀 **[.babelrc](https://babeljs.io/)** babel config file - 🚀 **[.cz-config.cjs](https://github.com/leoforfree/cz-customizable)** The customizable Commitizen plugin (or standalone utility) to help achieve consistent commit messages such as Conventional Commits. - 🚀 **[.env.development](https://vitejs.dev/guide/env-and-mode.html#env-variables)** Vite exposes env variables on the special import.meta.env object. -- development mode env config - 🚀 **[.env.development.local](https://vitejs.dev/guide/env-and-mode.html#env-variables)** Vite exposes env variables on the special import.meta.env object. -- development.local mode env config.loaded in all cases, ignored by git - 🚀 **[.env.production](https://vitejs.dev/guide/env-and-mode.html#env-variables)** Vite exposes env variables on the special import.meta.env object. -- production mode env config - 🚀 **[.eslintignore](https://eslint.org/docs/latest/use/configure/ignore)** You can configure ESLint to ignore certain files and directories while linting by specifying one or more glob patterns. - 🚀 **[.eslintrc.cjs](https://eslint.org/docs/latest/use/configure/configuration-files)** A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease. - 🚀 **[.gitignore](https://git-scm.com/docs/gitignore)** A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected; - 🚀 **[.prettierrc.cjs](https://prettier.io/docs/en/configuration.html)** Prettier uses cosmiconfig for configuration file support. - 🚀 **[commitlint.config.cjs](https://commitlint.js.org/#/)** commitlint helps your team adhere to a commit convention. - 🚀 **index.html** vite html template - 🚀 **[package.json](https://docs.npmjs.com/cli/v9/configuring-npm/package-json/)** Specifics of npm's package.json handling - 🚀 **[postcss.config.cjs](https://postcss.org/)** A tool for transforming CSS with JavaScript - 🚀 **README.md** project description information - 🚀 **[tailwind.config.cjs](https://tailwindcss.com/docs/configuration)** A guide to configuring and customizing your Tailwind installation. - 🚀 **[tsconfig.json](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)** The tsconfig.json file specifies the root files and the compiler options required to compile the project. - 🚀 **[tsconfig.node.json](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html)** The tsconfig.json file specifies the root files and the compiler options required to compile the project. - extends node. - 🚀 **[vite.config.ts](https://vitejs.dev/config/)** When running vite from the command line, Vite will automatically try to resolve a config file named vite.config.js inside project root. ## Dependencies | [](https://pnpm.io/) | [](https://tailwindcss.com/) | [](https://vitejs.dev/) | [](https://prettier.io/) | [](https://ant.design/index-cn) | [](https://www.typescriptlang.org/) | [](https://react.dev/) | --- | --- | --- | --- | --- | --- | --- | | pnpm | tailwind | vite | prettierrc | antd | typescript | react |