# zyyadmin_vue
**Repository Path**: utrustme/zyyadmin_vue
## Basic Information
- **Project Name**: zyyadmin_vue
- **Description**: 卓育云考试系统管理后台,前端代码部分
- **Primary Language**: JavaScript
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 2
- **Created**: 2021-03-19
- **Last Updated**: 2021-03-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
heheyun
# install dependencies
npm install
# 开发启动
yarn dev
# 打包,生成的文件位于dist文件夹,static移动到项目根目录下,config.js不能覆盖;index.html移动到相应的view目录下
yarn build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.