做网站还需要兼容ie6吗,做个营销网站,百度代做seo排名,自己建一个电商网站之前是用的creact-react-app来创建的#xff1a;npx create-react-app my-app 现在官网却推荐使用creact-next-app: npx create-next-app
我们把他所有的选项都选上 这里的css使用了tailwind
项目结构很奇怪啊#xff0c;没找到.html文件#xff0c;只在src/app/layout.t…之前是用的creact-react-app来创建的npx create-react-app my-app 现在官网却推荐使用creact-next-app: npx create-next-app
我们把他所有的选项都选上 这里的css使用了tailwind
项目结构很奇怪啊没找到.html文件只在src/app/layout.tsx中找到了个html标签也没找到page.tsx和layout.tsx的依赖关系而且在page.tsx中有个main标签 npm run dev如下