随笔分类 -  react

摘要:创建React应用 使用next创建 npx create-next-app@latest 默认选项如图: 启动后: vite template:https://vercel.com/new/templates 使用vite构建 npm create vite@latest my-app -- -- 阅读全文
posted @ 2025-03-04 15:08 Amnesia_999 阅读(28) 评论(0) 推荐(0)
摘要:使用命令 npx create-next-app@latest 新建项目时,会自定义一些选项,如下图: 其中自定义导入别名的选项,选择Yes 或 No 有何区别? Would you like to customize the default import alias (@/*)? ... No / 阅读全文
posted @ 2024-10-17 15:49 Amnesia_999 阅读(589) 评论(0) 推荐(0)