New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

m-utils-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m-utils-js

一些案列程序。

npmnpm
Version
1.0.1
Version published
Weekly downloads
5
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

目录说明

examples

一些案列程序。

src

自己封装的方法(mUtils),所有方法均再此文件夹中封装完成!

命令说明

//启动本地服务,前提是已经安装live-server
"server": "live-server",

//使用rollup打包封装好的方法
"build": "rollup -c rollup.config.js"

//rollup对插件进行打包 版本提升 1.0.0 => 2.0.0  发布到npm
"major": "npm run build && npm version major && npm publish",

//rollup对插件进行打包 版本提升 1.0.0 => 1.1.0  发布到npm
"minor": "npm run build && npm version minor && npm publish",

//rollup对插件进行打包 版本提升 1.0.0 => 1.0.1  发布到npm
"patch": "npm run build && npm version patch && npm publish",

Keywords

javascript

FAQs

Package last updated on 31 May 2023

Related posts