# smallParmacy **Repository Path**: huahua-style/small-parmacy ## Basic Information - **Project Name**: smallParmacy - **Description**: 实训作业实训作业实训作业 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-04 - **Last Updated**: 2022-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ## 安装依赖 ``` npm install ``` ### 运行项目 ``` npm run serve ``` ### 目录结构(src目录) ![1656946305194](C:\Users\Admin\AppData\Roaming\Typora\typora-user-images\1656946305194.png) - api > 用于写各个接口模块,比如说用户模块,就写在 user.js里面 遵循es6规范 - assets > 静态资源 图片 css - components > 本来是放小组件 但是页面功能不多 就把对应页面放里面了 见名知意 - router 路由 - store 状态管理 - ........