1.0.12 • Published 3 years ago

myskey v1.0.12

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

工具库

记录平时经常使用的函数,三方库,共用样式等等

mySkey
├── package.json
├── index.js 函数库的入口
├── README.md 说明文档
├── css
|   └── index.css
└── utils
    ├── lodash
    │   ├── index.d.ts
    │   └── index.js
    └── dayjs
        ├── index.d.ts
        └── index.js

引用共用样式

import 'mySkey/css/index.css'

引用公用函数

import { add } from 'mySkey' 

引用常用三方库

import dayjs from 'mySkey/utils/dayjs'