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

Package detail

shunwangjoywebuilib

Interactive Entertainment Center UI library

readme

全新升级的joywebUI

如何引用组件

import {Button} from "shunwangjoywebuilib/lib";

import 'shunwangjoywebuilib/lib/Button/style/css'

如何查看类型

进入/SRC/components/相关组件/interface.ts;

本地调试

yarn start

本地打包, 发布

gulp build

更改package.json里面的版本号,然后npm publish