Skip to content

基于React+vite+yarn+antUI 开发的后台管理系统

Notifications You must be signed in to change notification settings

wangchaozhi/react-vite

Repository files navigation

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

yarn create vite react-vite

yarn config set nodeLinker node-modules

  1. 禁用 PnP 如果重新安装依赖无法解决问题,可以禁用 PnP 模式并使用传统的 node_modules:

设置 Yarn 使用 node_modules: yarn config set nodeLinker node-modules

删除 .yarn 目录和 .pnp.* 文件: rm -rf .yarn .pnp.*

重新安装依赖: yarn install

About

基于React+vite+yarn+antUI 开发的后台管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published