这是一个使用 Vue3 和 Tailwind 编写的天气 App。
- 可以输入城市名,获取该城市的实时天气情况。
- 可以查看未来七天的天气预报。
- 可以切换温度单位,支持摄氏度和华氏度两种单位。
- 克隆代码仓库:
git clone https://github.com/ECarry/weather-vue.git
2.进入项目目录:
cd weather-app
3.安装依赖:
npm install
4.运行项目:
npm run serve
5.在浏览器中打开:
http://localhost:5173/
- Vue3
- Tailwind
- Axios
本项目基于 MIT 许可证开源。详情请参阅 LICENSE 文件。