📜  创建 react-app - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:33.090000             🧑  作者: Mango

代码示例2
# create react app
npx create-react-app router-tutorial

# vite
npm init vite@latest router-tutorial --template react