You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhangzhichao d30f2e3bf1 文本方向分类优化&更新版面分析模型 4 weeks ago
..
public 文本方向分类优化&更新版面分析模型 4 weeks ago
src 文本方向分类优化&更新版面分析模型 4 weeks ago
.gitignore 文本方向分类优化&更新版面分析模型 4 weeks ago
README.md 文本方向分类优化&更新版面分析模型 4 weeks ago
README_zh-CN.md 文本方向分类优化&更新版面分析模型 4 weeks ago
eslint.config.js 文本方向分类优化&更新版面分析模型 4 weeks ago
index.html 文本方向分类优化&更新版面分析模型 4 weeks ago
package-lock.json 文本方向分类优化&更新版面分析模型 4 weeks ago
package.json 文本方向分类优化&更新版面分析模型 4 weeks ago
pnpm-lock.yaml 文本方向分类优化&更新版面分析模型 4 weeks ago
postcss.config.js 文本方向分类优化&更新版面分析模型 4 weeks ago
tailwind.config.js 文本方向分类优化&更新版面分析模型 4 weeks ago
tsconfig.app.json 文本方向分类优化&更新版面分析模型 4 weeks ago
tsconfig.json 文本方向分类优化&更新版面分析模型 4 weeks ago
tsconfig.node.json 文本方向分类优化&更新版面分析模型 4 weeks ago
vite.config.ts 文本方向分类优化&更新版面分析模型 4 weeks ago

README.md

MinerU web

Table of Contents

Local Frontend Development

Prerequisites

  • Node.js 18.x
  • pnpm

Installation Steps

  1. Install Node.js 18

  2. Install pnpm

    npm install -g pnpm
    
  3. Clone the repository

    cd ./projects/web
    
  4. Install dependencies

    pnpm install
    
  5. Run the development server

    pnpm run dev
    
  6. ⚠️ Note: This command is for local development only, do not use for deployment! Open your browser and visit http://localhost:5173 (or another address output in the console)

  7. Ensure that the backend service in ./projects/web_demo is running

  8. If you encounter an error when executing pnpm install, you can switch to an alternative package manager.

    npm install -g yarn
    yarn
    yarn start
    

Building the Project

pnpm run build

Technology Stack

  • React
  • Tailwind CSS
  • typeScript
  • zustand
  • ahooks