Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

qianxiang-common

qianxiang_fed23ISC0.1.1

钱香基础服务包

基础服务, 钱香专用

readme

钱香基础服务包

如何引入:

1.直接使用whale.js

引入dist文件夹的whale.js即可。

<script type="text/javascript" src="/js/whale.js"></script>

2.使用import引入

import * as whale from 'qianxiang-common'

如何使用:

import * as whale from 'qianxiang-common';
console.log(whale.utils.type('test')); // 使用模块内的函数

使用文档
https://docs.qianxiangbank.com/whalejs/2.0/