使用 Next.js,Typescript,Antd,Shadcn
开发的中后台前端项目,对应的后端项目为 Shop
demo地址: https://shop.oldhorse.tech:1443/
账号: test@oldhorse.tech
密码: 123456
已实现基于权限角色的模型(RBAC)基础能力,后续将继续完善货品模块,合作伙伴模块,库存模块,订单模块
First, run the development server:
需添加配置: NEXT_PUBLIC_API_BASE_URL=http://localhost:8080/ 到 .env.local 文件中
pnpm i
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically
optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!