omi/components/card
ringosix 68d926304f fix(card): add unit-test 2021-08-18 14:06:48 +08:00
..
src fix(card): imitate omim 2021-08-18 14:06:27 +08:00
test fix(card): add unit-test 2021-08-18 14:06:48 +08:00
.gitignore refactor: card templated 2021-08-07 15:18:38 +08:00
README.md refactor: card templated 2021-08-07 15:18:38 +08:00
demo.html refactor: card templated 2021-08-07 15:18:38 +08:00
index.html fix(card): imitate omim 2021-08-18 14:06:27 +08:00
package.json fix(card): imitate omim 2021-08-18 14:06:27 +08:00
tsconfig.json refactor: card templated 2021-08-07 15:18:38 +08:00
vite.config.ts refactor: card templated 2021-08-07 15:18:38 +08:00

README.md

Card

Card

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