Skip to content

Latest commit

 

History

History
129 lines (67 loc) · 3.17 KB

README_CN.md

File metadata and controls

129 lines (67 loc) · 3.17 KB

星火商店网页

这是有关星火商店客户端的一部分

6.3分支收到push后,会自动部署到dc,无需人工干预

假如您在这个项目中找到任何的bug,请发送邮件给 qingdkj@outlook.com .

构建

# 安装依赖
npm install

# 在localhost:8080使用热启动服务
npm run dev

# 构建压缩的项目
npm run build

# t构建项目与看包分析报告
npm run build --report

寻找一个对于如何运作的详细解释? 去看 向导vue-loader的文档.

如何使用

假设服务器网址为 http://localhost:8080/

部署方式: ./dist 文件夹为编译输出 ./dist/static 放服务器根目录下的 static ./dist/index.html 放服务器 store 文件夹内的 index.html

浅色模式:

主页的网址为 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

由星火开发者著