linkmore-mobile
TypeScript icon, indicating that this package has built-in type declarations

0.0.14-beta.1 • Public • Published

version

ant-v5

$ npm install --save linkmore-mobile
# or
$ yarn add linkmore-mobile
# or
$ pnpm add linkmore-mobile

发布

cd lib

  • 正式版
    • npm publish
  • beta版
    • npm publish --tag beta
  • alpha版
    • npm publish --tag alpha

打标签

git tag -a [tagName] -m [message]// 创建本地tag git push origin [tagName] // 推送到远程仓库 git push origin --tags // 全部推送

git show [tagName] // 查看本地某个 tag 的详细信息 git tag // 查看本地所有 tag git ls-remote --tags origin // 查看远程所有 tag

git tag -d [tagName] // 本地 tag 的删除 git push origin :refs/tags/[tagName] // 远程 tag 的删除

git checkout [tagname] // 切换标签

主题色

在global文件夹中,theme-dark.less, theme-default.less

Readme

Keywords

none

Package Sidebar

Install

npm i linkmore-mobile

Weekly Downloads

0

Version

0.0.14-beta.1

License

none

Unpacked Size

9.15 MB

Total Files

1817

Last publish

Collaborators

  • wangjinqing
  • miaomiaodaren
  • qiaoke