# baidu-map-vue2.5-js **Repository Path**: sunday90/baidu-map-vue2.5-js ## Basic Information - **Project Name**: baidu-map-vue2.5-js - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-29 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 多页项目 ## Project setup ```javascript yarn install ``` ### Compiles and hot-reloads for development ```javascript yarn serve ``` ### Compiles and minifies for production ```javascript yarn build ``` ### Lints and fixes files ``` javascript yarn lint ``` ### 新增页面 ```json "scripts": { "plop": "panda-plop", "more": "...." } ``` ```javascript yarn plop ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).