# vue3-arcgis **Repository Path**: IsQiangQiang/vue3-arcgis ## Basic Information - **Project Name**: vue3-arcgis - **Description**: arcgis 初始化工程 已添加axios 和element-plus - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-13 - **Last Updated**: 2024-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: ArcGIS ## README # vue-project This template should help get you started developing with Vue 3 in Vite. ## Recommended IDE Setup [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). ## Customize configuration See [Vite Configuration Reference](https://vitejs.dev/config/). ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Compile and Minify for Production ```sh npm run build ``` 如果出现以下报错,不存在的版本号 code ETARGET npm ERR! notarget No matching version found for @vaadin/lit-renderer@~24.3.11. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. 用一下命令更换拉取依赖的位置 npm config set registry https://registry.npmjs.org