# NodeJs **Repository Path**: huhaihui/NodeJs ## Basic Information - **Project Name**: NodeJs - **Description**: 使用NodeJS写一个简单的爬虫相关的工具 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NodeJs #### 介绍 使用NodeJS写一个简单的爬虫相关的工具 #### 软件架构 软件架构说明 #### 安装教程 1. 进入项目目录 npm init -y 2.下载相关包 npm i koa express -S npm install mysql --save 3.创建项目文件夹 app.js 4.使用express 模板引擎 npm install art-template npm install express-art-template npm i express art-template express-art-template -S 5.启动服务命令 nodemon app.js #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request