# crawler-node **Repository Path**: zhuangchongyi/crawler-node ## Basic Information - **Project Name**: crawler-node - **Description**: 依据node环境的爬虫项目 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-08 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 本地环境 ``` nvm -v 1.1.12 node -v v20.16.0 npm -v 10.8.1 ``` # 安装依赖 ``` npm install ``` # 启动项目 ``` npm run dev ``` # 打包项目 ``` npm run build ``` # 项目介绍 ``` 根据Node环境搭建爬虫 ```