Skip to content
On this page

安装

使用包管理器

sh
# npm
npm install wheater

# yarn
yarn add wheater

浏览器直接引入

html
<script src="https://cdn.jsdelivr.net/npm/wheater/dist/index.umd.js"></script>