# xp-dev-ui **Repository Path**: ldcz/xp-dev-ui ## Basic Information - **Project Name**: xp-dev-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-04-07 - **Last Updated**: 2026-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xp-dev-ui ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ## 发布 ``` npm version patch npm publish ``` ## npm 换源 ``` 1. 查看当前源 npm config get registry 2. 换成淘宝源 npm config set registry http://registry.npm.taobao.org/ 3. 更换npm源为国内npm官方镜像 npm config set registry http://registry.cnpmjs.org/ 4. 恢复npm源为官方源 npm config set registry https://registry.npmjs.org/ ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).