一个用于学习Vue造简单轮子的UI, 使用vue3 + vite + typescript + scss
- Clone project code
git clone [email protected]:WangXiaoyugg/simple-ui.git
- Installation dependence.
yarn install
Or
npm install
- Start local server
yarn dev
Or
npm run dev
- After the startup is completed, open a browser and visit http://localhost:8080, if you need to change the port, you can edit the dev script of package.json
{
"scripts": {
"dev": "vite --port 8080",
"build": "vite build"
},
}
- Button ✅
- Switch ✅
- Dialog ✅
- Tabs/Tab ✅
- Row/Col ✅
- Layout/Header/Aside/Content/Footer ✅
- Popover✅
- Collapse✅
- Cascader✅
- Icon✅
- Pager✅
- Input✅