# book_management **Repository Path**: marston_chan/book_management ## Basic Information - **Project Name**: book_management - **Description**: 图书管理系统 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-07 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 图书管理系统 请将公共资源(图片、音频、字体图标等)放在public目录下。 请将代码放在src目录下 * index.html:项目的首页。 * index.css:项目首页样式。 * index.js:项目入口文件。 * common目录:保存公共的样式和公共的函数。 * components目录:组件保存目录。 * index.html:保存组件结构,需要使用的时候复制粘贴结构即可。 * index.css:保存组件样式,需要使用直接引入即可。 * index.js:保存组件逻辑,可以直接引入。 * pages目录:保存各个子页面。