# SSR商城门户系统框架(Nextjs14+Tailwindcss+NextUI2+Typescript+ReactRedux) **Repository Path**: muaiyuese/nextjs14-tailwindcss-typescript ## Basic Information - **Project Name**: SSR商城门户系统框架(Nextjs14+Tailwindcss+NextUI2+Typescript+ReactRedux) - **Description**: SSR商城门户系统框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-11-15 - **Last Updated**: 2023-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Nextjs14+Tailwindcss+NextUI2+Typescrit,SSR 商城门户系统框架 ## 启动方式,node 版本需要升值 v18.10.0,可以借助 npm install -g n 工具升级 node 1、yarn install 2、cd server-mock // 启动本地 mock 服务 2.1、在 mock-server 目录下执行 yarn install 初始化 mock 服务包 4、执行 yarn start 启动本地 mock-server 服务,模拟接口在 mock-server/module 下,命名规则为 “请求方法(post/get)”_路径.js,最终下划线 “_” 会转换为反斜线 ‘/’ 的 node 接口地址,例如 post_get_userinfo.js 会转换为 http://localhost:3007/post/get/userinfo 的接口。 3、cd .. 回到上级目录 5、本地启动, 执行 yarn dev 6、打包,执行 yarn build:prod