jeremy-ui-shiyi
v0.1.0
Published
> A sample ui-framework base on Vue3 :rocket: <p align="center"> <img alt="ide" src="https://img.shields.io/badge/ide-vscode-blue"> <img alt="build-passing" src="https://img.shields.io/badge/build-passing-blue"> <img alt="vue-version" src="https
Downloads
3
Readme
jeremy-ui
A sample ui-framework base on Vue3 :rocket:
WIP
This repo still work in process 🚧
Wiki
Process
- [x] Button
- [x] Dialog
- [x] Input
- [x] Switch
- [x] Table
- [x] Tabs
- [x] Card
- [ ] Steps
- [ ] Shield
- [ ] TODO
Install
- npm
npm install jeremy-ui --save
- yarn
yarn add jeremy-ui --save
Technology Stack
- Vue3
- TypeScript
- Vite
- Scss
Deploy
Github Pages
- Change
base
default value from/
to./
invite.config.ts
- Change the
history
mode fromcreateWebHistory
tocreateWebHashHistory
insrc/router.ts
Nginx
- Set
base
value to/
invite.config.ts
- Set
history
mode tocreateWebHistory
insrc/router.ts
Tips
Pay more attention on Global.ts
file