# AtomPrase **Repository Path**: flymonkey_1010/atom-prase ## Basic Information - **Project Name**: AtomPrase - **Description**: 2022计算机设计大赛——基于结构相似性的无监督药物--靶点相互作用预测 前端展示网页 获大数据组国家三等奖 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-27 - **Last Updated**: 2022-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # atomprase ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## 文件结构简介 ### public文件夹 存储静态资源文件 ### src文件夹 #### api文件夹 封装请求 #### components文件夹 vue 组件 #### view文件夹 视图文件 #### router文件夹 路由文件 #### store文件 vuex ### vue.config.js 项目配置文件 ### package.json 项目包管理文件