# easy-crawl-front **Repository Path**: mountFuji/easy-crawl-front ## Basic Information - **Project Name**: easy-crawl-front - **Description**: 简单爬虫的前端代码 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 15 - **Forks**: 16 - **Created**: 2020-01-10 - **Last Updated**: 2024-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-crawl-front #### 描述 简单爬虫的前端代码,这个代码是从ant-design-pro的vue实现直接改的,所以里面有大量的没用到的页面没有删掉 #### 后端代码 https://gitee.com/mountFuji/easycrawl #### 安装和启动 1. cnpm install 2. npm run serve 调试 访问 http://localhost:8000/ (注意要把后端项目跑起来,不然接口访问不了) 3.  npm run build 打包,可以将打包后的dist下的文件放到后端相互的static目录下 # easy-crawl-front #### 描述 简单爬虫的前端代码,这个代码是从ant-design-pro的vue实现直接改的,所以里面有大量的没用到的页面没有删掉 #### 后端代码 https://gitee.com/mountFuji/easycrawl #### 安装和启动 1. cnpm install 2. npm run serve 调试 访问 http://localhost:8000/ (注意要把后端项目跑起来,不然接口访问不了) 3.  npm run build 打包,可以将打包后的dist下的文件放到后端项目resource下的static目录下