🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@heisea/brick-bj

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heisea/brick-bj

Vue solution for quickly building pages

latest
npmnpm
Version
0.0.11
Version published
Maintainers
4
Created
Source

项目说明

http://brick.udplat.com/about-brick

npm配置

切换镜像地址,建议升级至 Nodejs 8.x, npm 5.x,建议使用nrm工具管理npm源
    npm config set registry http://nexus.heisea.cn/nexus/content/groups/npm-all/

发包流程

1.修改注册仓库(已切换的可以忽略)
    npm config set registry http://nexus.heisea.cn/nexus/content/groups/npm-all/
2.添加用户,用户名密码是OA账号
    npm adduser
    npm login
3.发布前必须修改版本号
    <!-- 版本号说明 -->
    # major 大版本升级,不向下兼容
    # minor 增加新功能
    # patch 修订,bug 修复
    npm version [<newversion> | major | minor | patch]
4.发包(注意:npm 包需要保持相当高的可用性、稳定性,不允许随意发包,发包前需通过单元测试、业务测试)
    npm publish

FAQs

Package last updated on 08 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts