1.0.3 • Published 2 years ago

dfyxjs v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@dfyxjs/common

dfyxjs common components 东风悦享前端公共组件

基于 element-plus 2.0.2 版本

目录结构

├── src
│ ├── assets # 静态资源
│ ├── components # 业务通用组件
│ ├── utils # 工具库
│ └── index.js # 应用入口
├── .eslintrc.js # eslint配置
├── .gitignore # 用于忽略不需要上传到git的文件
├── .npmignore # 用于忽略不需要上传到npm的文件
├── .prettierrc # prettier配置
├── README.md
├── package-lock.json
└── package.json

Install

   npm i -S @dfyxjs/common

Usage

import { YxTable } from "@dfyxjs/common";

Local Test

  1. npm pack打包,然后拷贝包到测试工程
  2. 在测试工程里安装包,例如:npm i dfyxjs-1.0.1.tgz -S

Deploy

1. npm login (使用自己的JFrog Artifactory账号)
2. npm publish (修改package.json里的version版本号后再发布)