You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xuhuajiao
f9044bcaea
|
1 year ago | |
---|---|---|
public | 2 years ago | |
src | 1 year ago | |
.env.development | 1 year ago | |
.env.production | 1 year ago | |
.eslintignore | 2 years ago | |
.eslintrc.js | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
babel.config.js | 2 years ago | |
package.json | 2 years ago | |
vue.config.js | 2 years ago |
README.md
智慧书架
# install dependency
npm install
# develop
npm run serve
# 构建生产环境
npm run build
## 项目结构
├── src # 源代码
│ ├── api # 所有请求
│ ├── assets # 主题 字体等静态资源
│ ├── router # 路由
│ ├── views # views 所有页面
│ │ ├── module
│ │ │ ├── bookDetails.vue # 书籍详情
│ │ │ ├── bookList.vue # 书籍list
│ │ │ ├── homeListItem.vue # 首页-书籍list
│ │ ├── authorRecommend.vue # 作者推荐
│ │ ├── bookRackList.vue # 本架书架
│ │ ├── digitalResource.vue # 数字资源
│ │ ├── hotBook.vue # 热门图书
│ │ ├── index.vue # 首页
│ │ ├── newBook.vue # 新书推荐
│ ├── App.vue # 入口页面
│ ├── main.js # 入口文件 加载组件 初始化等 注意:Vue.prototype.libcode使用
├── .env.xxx # 环境变量配置
├── .eslintrc.js # eslint 配置项
├── .babelrc # babel-loader 配置
├── .travis.yml # 自动化CI配置
├── vue.config.js # vue-cli 配置
├── postcss.config.js # postcss 配置
└── package.json # package.json