Skip to content

Repository files navigation

lib-template

JS库开发模板

步骤

1. 克隆模板仓库到本地
git clone https://github.com/itmanyong/lib-template.git
2. 安装依赖
pnpm install
3.需要修改的信息
  • package.json 信息需要修改的字段
name
version
description
author
keywords
repository.url
bugs
  • workflows/release.yml 发布流程需要修改的字段
jobs.release.if中的repository_owner比较的值
  • examples/package.json 示例项目需要修改的字段
devDependencies下当前库的依赖名称
4.开发
pnpm dev
5.打包
pnpm build
6.发布
pnpm release

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages