chihiro-first-lib
v1.0.0
Published
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Downloads
1
Readme
React + Vite
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
Install
npm install chihiro-first-lib --save
Or
yarn chihiro-first-lib
Docs
1. Use button component
import { UiButton } from "chihiro-first-lib";
2. Use utils
import { CommonUitls } from "chihiro-first-lib";
CommonUitls.sayHello("chihiro")
Description
This is my test publish library, please don't use for project