0.1.2 • Published 3 years ago

jxrory-vue3-learn-lib v0.1.2

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

jxrory-vue3-learn-lib

学习如何构建前端 lib 库

功能介绍

  1. jxrory 学习如何构建 lib, 请勿在正式环境中使用.

安装方法

使用 npm : npm install jxrory-vue3-learn-lib

用法

import { getRandomNumber } from "jxrory-vue3-learn-lib";

const num = getRandomNumber();
console.log("getRandomNumber num:", num);
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago