ynuts

1.0.1 • Public • Published

nute

前端开发js常用工具

使用方法

  1. 常规方式使用
<script src="dist/nute.min.js"></script>
<script>
	cosnt UA = nute.getExplore()
	console.log(UA)
</script>
  1. npm 安装方式使用
// 安装
$ npm install --save-dev nute

// 全部引入
const nute = require('nute')
const UA = nute.getExplore()

// 按需引入
const getExplore = require('nute/getExplore')
// 或者
import { getExplore } from 'nute'

const UA = getExplore()

Package Sidebar

Install

npm i ynuts

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

57.6 kB

Total Files

87

Last publish

Collaborators

  • lyz1948