Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 829 Bytes

intro.mdx

File metadata and controls

50 lines (34 loc) · 829 Bytes
title sidebar_position
介绍
0

import Image from '@theme/IdealImage'; import Banner from '/img/atools_banner.png'; import WeChat from '/img/wechat.png';

介绍

<Image img={Banner} style={{ width: '50%', margin: 'auto 25%' }} />

轻松上手

# npm
npm install atools-js

# yarn
yarn add atools-js

# pnpm 🔥
pnpm add atools-js

:::info 单一使用 如果你不想在项目中引入太多依赖,而又想使用某一个或几个方法

那么可以复制文档中的源码,在你的项目中引入 :::

源码获取

# clone
git clone git@github.com:wangdaoo/atools.git

# enter
cd atools

# install
pnpm/npm/yarn install

反馈与共建

请访问 GitHub 或添加微信进群:

<Image img={WeChat} style={{ width: 20 + 'em' }} />