# r5-shop-vue **Repository Path**: WeiYuanStudio/r5-shop-vue ## Basic Information - **Project Name**: r5-shop-vue - **Description**: 榕5小卖部,大三下期末课设 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-05-10 - **Last Updated**: 2022-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # r5-shop ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ## Project CI/CD 1. Setup Jenkins Pipeline 2. Install coscmd by `pip install coscmd` 3. Setup Jenkins credentials for cos secret ```groovy environment { COS_SECRET_ID = credentials('r5-shop-cos-secret-id') COS_SECRET_KEY = credentials('r5-shop-cos-secret-key') COS_BUCKET = credentials('r5-shop-cos-bucket') COS_REGION = credentials('r5-shop-cos-region') } ```