# SPARKAPP_WEB **Repository Path**: spark-store-project/DCSAPP_WEB ## Basic Information - **Project Name**: SPARKAPP_WEB - **Description**: dcsapp - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: Flamescion - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 7 - **Created**: 2020-06-21 - **Last Updated**: 2024-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 星火商店网页 ## 这是有关星火商店客户端的一部分 6.3分支收到push后,会自动部署到dc,无需人工干预 > 假如您在这个项目中找到任何的bug,请发送邮件给 qingdkj@outlook.com . ## 构建 ``` bash # 安装依赖 npm install # 在localhost:8080使用热启动服务 npm run dev # 构建压缩的项目 npm run build # t构建项目与看包分析报告 npm run build --report ``` 寻找一个对于如何运作的详细解释? 去看 [向导](http://vuejs-templates.github.io/webpack/) 和 [vue-loader的文档](http://vuejs.github.io/vue-loader). ## 如何使用 假设服务器网址为 http://localhost:8080/ 部署方式: ./dist 文件夹为编译输出 ./dist/static 放服务器根目录下的 static ./dist/index.html 放服务器 store 文件夹内的 index.html #### 4.0新版: > 主页的网址为 http://localhost:8080/#/new/?theme=light > 分类页的网址为 http://localhost:8080/#/new/applist?theme=light&type=chat > 搜索页的网址为 http://localhost:8080/#/new/search?theme=light&keywords=yzzi (深色模式请将`theme=light`改为`theme=dark`) 注意 4.0新版 完全兼容旧版的接口,所以您也可以使用下面的旧版接口,但是不建议您这么做。 #### 浅色模式: > 主页的网址为 http://localhost:8080/#/ > 编程开发类的网址是 http://localhost:8080/#/programming > 主题美化类的网址是 http://localhost:8080/#/themes > 音乐欣赏类的网址是 http://localhost:8080/#/musicandsound > 游戏娱乐类的网址是 http://localhost:8080/#/games > 作图/看图类的网址是 http://localhost:8080/#/photos > 社交软件类的网址是 http://localhost:8080/#/relations > 实用工具类的网址是 http://localhost:8080/#/tools > 视频观看类的网址是 http://localhost:8080/#/videos > 其他应用类的网址是 http://localhost:8080/#/others > 网络应用类的网址是 http://localhost:8080/#/network > 办公学习类的网址是 http://localhost:8080/#/office > 阅读写作类的网址是 http://localhost:8080/#/reading #### 深色模式: > 主页的网址为 http://localhost:8080/#/dark > 编程开发类的网址是 http://localhost:8080/#/darkprogramming > 主题美化类的网址是 http://localhost:8080/#/darkthemes > 音乐欣赏类的网址是 http://localhost:8080/#/darkmusicandsound > 游戏娱乐类的网址是 http://localhost:8080/#/darkgames > 作图/看图类的网址是 http://localhost:8080/#/darkphotos > 社交软件类的网址是 http://localhost:8080/#/darkrelations > 实用工具类的网址是 http://localhost:8080/#/darktools > 视频观看类的网址是 http://localhost:8080/#/darkvideos > 其他应用类的网址是 http://localhost:8080/#/darkothers > 网络应用类的网址是 http://localhost:8080/#/darknetwork > 办公学习类的网址是 http://localhost:8080/#/darkoffice > 阅读写作类的网址是 http://localhost:8080/#/darkreading ## 关于分类问题 > chat -> Relations > development -> Programming > games -> Games > image_graphics -> Photos > music -> MusicAndSound > network -> Network > office -> Office > others -> Others > reading -> Reading > themes -> Themes > tools -> Tools > video -> Videos ### 注:本产品需要配合存储库: https://gitee.com/deepin-community-store/deepin-community-store 使用! > 本仓库的Gitee地址: https://gitee.com/deepin-community-store/DCSAPP_WEB > 本仓库的GitHub地址: https://github.com/z-rx/dcsapp-web #### 由星火开发者著