# 粼光商店 WEB V3 Demo **Repository Path**: sparkling-store/SparklingStoreV3Demo ## Basic Information - **Project Name**: 粼光商店 WEB V3 Demo - **Description**: 粼光商店 WEB V3 Demo - **Primary Language**: HTML - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-19 - **Last Updated**: 2023-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Android, 应用商店, vuetify, Vue ## README # 粼光商店 V3 Demo 粼光商店 V3 Demo PWA 端 ## 项目设置 ```bash yarn ``` ### 为开发编译和热加载 ```bash yarn dev ``` ### 为生产编译和精简 ```bash yarn build ``` ### 衬垫和修复文件 ```bash yarn lint ``` ## 许可证 ```txt Copyright 2023 Jesse205 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```