@l123wx/use
v0.0.2-beta.2
Published
A tool for automatically importing @l123wx/shared into a project
Downloads
4
Readme
@l123wx/use
A tool for automatically importing @l123wx/shared into a project
一个用来将 @l123wx/shared 公共方法库导入到项目中的工具
Usage
npx @l123wx/shared
import { useLoading } from '@l123wx/shared'
const [isLoading, run] = useLoading()
TODO
- [x] 将文件移动到 package 目录下
- [ ] ~~解决 package 在项目打包时的 tree sharking 问题,参考 vue/scripts/build.js~~ 不存在这个问题
- [ ] 将这个项目和
@l123wx/shared
解耦,变成适用其他公共代码库的工具