Skip to content

danarrr/erc-design-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

目录结构

.
├── README.md
├── component (npm包)
│   ├── Alert
│   ├── Dialog
│   ├── FullModal
│   ├── Modal
│   ├── Popup
│   ├── Skeleton
│   └── Toast
├── package-lock.json
├── package.json
├── public (手机模拟器的页面)
│   ├── dist (打包生成静态页面)
│   ├── index.html
│   ├── index.js
│   ├── package-lock.json
│   ├── package.json
│   ├── src (调用组件, 示例页面)
│   └── webpack.config.js
├── src (UI库页面)
│   ├── App.css
│   ├── App.jsx
│   ├── components
│   ├── config (配置每个页面的markdown文件)
│   ├── global
│   ├── index.js
│   ├── package-lock.json
│   ├── package.json
│   ├── serviceWorker.js
│   └── webpack.config.js
└── yarn.lock

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published