蒙自网站开发,广州网站建设设计厂家,建设网站的企业,杭州品牌网站建设之前是用的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如下