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

aviana-front-uikit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aviana-front-uikit

Aviana 前端UI套件,基于Element UI二次开发

latest
npmnpm
Version
0.1.4
Version published
Weekly downloads
4
-63.64%
Maintainers
1
Weekly downloads
 
Created
Source

aviana-front-uikit

Aviana前端UI组件,基于Element UI的二次封装

** 发布 NPM 包到 Github Packages **

  • 在Github申请一个 TOKEN, 用来发布和获取npm包
  • 在本项目的根目录添加 .npmrc 文件,并添加如下配置 registry=https://npm.pkg.github.com/aviana-front-uikit //npm.pkg.github.com/:_authToken=TOKEN
  • 在 package.json 中更新版本号, npm run build:lib 打包库文件
  • npm publish 发布包到Github

** 其他工程获取 NPM 包 **

  • 在 package.json 添加依赖 @ucloudcastle/aviana-front-uikit": "^x.x.x"
  • 拷贝本项目下的 .npmrc 文件
  • npm install

** 发布 NPM 包到 npmjs **

FAQs

Package last updated on 22 Oct 2020

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