# earthui **Repository Path**: wangtaoAlbert/earthui ## Basic Information - **Project Name**: earthui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-05 - **Last Updated**: 2025-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo1 ## 准备工作 推荐使用node 20.15.1 版本,其他版本不保证没问题。 然后需要全局安装ncp, rimraf yarn 执行以下命令: npm i -g ncp rimraf yarn。 ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 问题 *. 如果yarn ii执行以后没反应,有可能是资源下载过慢,可以使用淘宝金镜像,执行以下这一句就好。 npm config set registry https://registry.npm.taobao.org