YunYouJun 3a3d695206 | ||
---|---|---|
.. | ||
src | ||
test | ||
.gitignore | ||
README.md | ||
demo.html | ||
index.html | ||
package.json | ||
tsconfig.json | ||
vite.config.ts |
README.md
Steps
Steps
Install
npm i
Dev
npm start
Preview
//html mode demo
http://localhost:3000
//jsx mode demo
http://localhost:3000/demo.html
Release
npm run build