niceocde 更新版
Go to file Use this template
2023-11-29 15:48:08 +08:00
.changeset feat: 初始化 2023-11-29 15:48:08 +08:00
.husky feat: 初始化 2023-11-29 15:48:08 +08:00
docs feat: 初始化 2023-11-29 15:48:08 +08:00
packages/hooks feat: 初始化 2023-11-29 15:48:08 +08:00
vueuse@dd00d92685 feat: 初始化 2023-11-29 15:48:08 +08:00
.dumirc.ts feat: 初始化 2023-11-29 15:48:08 +08:00
.editorconfig feat: 初始化 2023-11-29 15:48:08 +08:00
.eslintrc.js feat: 初始化 2023-11-29 15:48:08 +08:00
.fatherrc.ts feat: 初始化 2023-11-29 15:48:08 +08:00
.gitignore feat: 初始化 2023-11-29 15:48:08 +08:00
.prettierignore feat: 初始化 2023-11-29 15:48:08 +08:00
.prettierrc.js feat: 初始化 2023-11-29 15:48:08 +08:00
.stylelintrc feat: 初始化 2023-11-29 15:48:08 +08:00
lerna.json feat: 初始化 2023-11-29 15:48:08 +08:00
LICENSE feat: 初始化 2023-11-29 15:48:08 +08:00
package.json feat: 初始化 2023-11-29 15:48:08 +08:00
pnpm-lock.yaml feat: 初始化 2023-11-29 15:48:08 +08:00
pnpm-workspace.yaml feat: 初始化 2023-11-29 15:48:08 +08:00
README.md feat: 初始化 2023-11-29 15:48:08 +08:00
tsconfig.json feat: 初始化 2023-11-29 15:48:08 +08:00

@zhst

NPM version NPM downloads

zhst 工具库合集

Usage

TODO

Options

TODO

Development

# install dependencies
$ pnpm install

# develop library by docs demo
$ pnpm start

# build library source code
$ pnpm run build

# build library source code in watch mode
$ pnpm run build:watch

# build docs
$ pnpm run docs:build

# check your project for potential problems
$ pnpm run doctor

LICENSE

MIT