# react-ts **Repository Path**: ren-keming/react ## Basic Information - **Project Name**: react-ts - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-08 - **Last Updated**: 2024-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Semi Pro This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). ## Getting Started First, run the development server: ```bash git clone git@github.com:Coreyun/semi-pro.git cd semi-pro node版本要在17以上 可以使用volta 管理node版本 比nvm更好用 yarn //下载依赖 yarn dev //启动依赖 ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. ## Learn More To learn more about Next.js and Semi.design, take a look at the following resources: - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. - [Semi.design Documentation](https://semi.design/zh-CN) - learn about Semi.design features and API. ## Deploy on Docker ```bash docker build -t semi-pro . # ... push and deploy # or direct run docker run -p 3000:3000 semi-pro ``` 公用组件 目前封装了一个简单的form查询表单组件 可适用于表头做列表查询