# Pay **Repository Path**: HaoWangRabbit/pay ## Basic Information - **Project Name**: Pay - **Description**: 支付页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-31 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-demo ``` 环境 - Node 16 - Vue 2 ``` ## Docker Image Build ``` // Dockerfile 路径下 构建为 pay 镜像 docker build -t pay . // 启动镜像 docker run -d -p 8080:8080 pay ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run dev ``` ### 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/).