Skip to content

WangXiaoyugg/simple-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple UI

一个用于学习Vue造简单轮子的UI, 使用vue3 + vite + typescript + scss

Usage

  1. Clone project code
git clone [email protected]:WangXiaoyugg/simple-ui.git
  1. Installation dependence.
yarn install

Or

npm install
  1. Start local server
yarn dev

Or

npm run dev
  1. 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"
  },
}

Components

  • Button ✅
  • Switch ✅
  • Dialog ✅
  • Tabs/Tab ✅
  • Row/Col ✅
  • Layout/Header/Aside/Content/Footer ✅
  • Popover✅
  • Collapse✅
  • Cascader✅
  • Icon✅
  • Pager✅
  • Input✅

About

a simple ui use vue3 + typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published