Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 958 Bytes

README.md

File metadata and controls

48 lines (40 loc) · 958 Bytes

CloudWeather(C-Weather)

C-WEATHER

🖥 应用界面(web)

CloudWeather

🖥 应用界面(electron)

CloudWeather

项目说明

这个项目由Cloud使用命令分割生成,隶属于CloudWeb项目

支持web和electron

🛠 使用的技术栈

⌨️ 本地开发

克隆代码

git clone https://github.com/zjinh/CloudWeather.git

安装依赖

cd CloudWeather
npm i

淘宝的npm源

npm config set registry 'https://registry.npm.taobao.org'
npm config set ELECTRON_MIRROR='https://npm.taobao.org/mirrors/electron/'

运行项目

npm run dev:web
npm run dev:electron

打包项目

npm run build:web
npm run build:electron