# 粼光商店 WEB V3 **Repository Path**: sparkling-store/sparkling-store-web ## Basic Information - **Project Name**: 粼光商店 WEB V3 - **Description**: 粼光的网页端商店 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://linguang.top/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-01 - **Last Updated**: 2023-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Web, Webapp, Website, Pwa ## README # 粼光商店 V3 Web 版 [![Netlify Status](https://api.netlify.com/api/v1/badges/ec1580d8-4428-4b91-81cf-4d1351b0b006/deploy-status)](https://app.netlify.com/sites/sparklingstorev3test/deploys) 粼光商店 V3 Web 版是一款使用 Vue + Vuetify 开发的自由的应用商店客户端 ## 仓库链接 此仓库有两个链接,[Gitee](https://gitee.com/sparkling-store/sparkling-store-web) 为主,Github 为镜像 预览地址:https://sparklingstorev3test.netlify.app/ ## 安装工程 ``` powershell # yarn yarn # npm npm install # pnpm pnpm install ``` ### 用于开发的编译和热重载 ``` powershell # yarn yarn dev # npm npm run dev # pnpm pnpm dev ``` ### 用于生产的编译和压缩 ``` powershell # yarn yarn build # npm npm run build # pnpm pnpm build ``` ### Lints and fixes files ``` # yarn yarn lint # npm npm run lint # pnpm pnpm lint ``` ### 自定义配置 参考 [自定义配置](https://vitejs.dev/config/).