# vue_imooc_ebook **Repository Path**: qu-jinghao/vue_imooc_ebook ## Basic Information - **Project Name**: vue_imooc_ebook - **Description**: 电子读书web app - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-04 - **Last Updated**: 2022-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-imooc-ebook ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### node环境为10.11.0 ``` 若想提高node版本,卸载之前node,得先把vue-cli3.0.4卸载了,再卸载node10.11.0, 否则出现vue/cli3.0.4卸载失败 ``` ### vue/cli版本为:3.0.4 ``` 安装3.0.4版本: npm install -g @vue/cli@3.0.4 卸载3.0.4版本: npm uninstall -g @vue/cli ``` ### 启动nginx服务器 ``` 进入nginx目录,打开cmd,输入start nginx启动 关闭: nginx -s stop 服务器:http://127.0.0.1:8091 ``` ### epubjs目录 ``` http://localhost:8080/#/ebook/Biomedicine|2014_Book_Self-ReportedPopulationHealthA 服务器地址:http://localhost:8080/ 文件目录():/ebook/Biomedicine 文件名称(文件名称为|): |2014_Book_Self-ReportedPopulationHealthA ```