# A2N Help Map **Repository Path**: NAME_Z/A2N-Help-Map ## Basic Information - **Project Name**: A2N Help Map - **Description**: A2N-Help-Map - **Primary Language**: JavaScript - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-04 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # map ## Notification ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Publish 构建项目后请复制.env.example为.env文件并根据实际情况修改COS相关环境变量,然后使用以下命令发布网站 ``` npm run gulp:upload ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).