omi/components/steps
YunYouJun 3a3d695206 refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
..
src refactor(common): change common/theme.scss to common/scss/theme.scss 2021-09-08 21:26:12 +08:00
test refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
.gitignore refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
README.md refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
demo.html refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
index.html refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
package.json fix(@omiu/steps): theme color switching 2021-08-10 10:30:31 +08:00
tsconfig.json refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00
vite.config.ts refactor(@omiu/step): rename to steps 2021-08-09 09:43:44 +08:00

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