国产化查询机
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 7d0810f19a 查询机 11 months ago
public first 11 months ago
src 查询机 11 months ago
.env.development first 11 months ago
.env.production first 11 months ago
.eslintrc.js first 11 months ago
.gitignore first 11 months ago
README.md first 11 months ago
babel.config.js first 11 months ago
package.json first 11 months ago
vue.config.js first 11 months ago

README.md

自助查询机

# install dependency
npm install

# develop
npm run serve

# 构建生产环境
npm run build

## 项目结构
├── src                        # 源代码
│   ├── api                    # 所有请求
│   ├── assets                 # 主题 字体等静态资源
│   ├── router                 # 路由
│   ├── views                  # views 所有页面
│   │   ├── module        
│   │   │   ├── bookDetails.vue    # 书籍详情
│   │   ├── activityDetail         # 活动详情
│   │   ├── activityFeed           # 活动资讯list
│   │   ├── digitalResource        # 数字资源
│   │   ├── libraryIntroduction    # 图书馆简介
│   │   ├── newBookRecommend       # 新书推荐
│   ├── 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