1.0.1 • Published 4 years ago
@leopen-test/react-lib-boilerplate v1.0.1
react-lib-boilerplate
Introduction
Boilerplate for react npm package
, based on vite
。
How to use
git clone https://gitee.com/leopen/react-lib-boilerplate.git
cd react-lib-boilerplate
npm install
# run examples
npm run dev
# build lib
npm run build
# run test
npm run test
Detail
To be done