1.1.1 • Published 1 year ago

@ky-template/common-single v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago
├── README.md
├── babel.config.js
├── package-lock.json
├── package.json
├── public
│   ├── favicon.ico
│   └── index.html
├── src
│   ├── App.vue
│   ├── assets
│   │   ├── fonts
│   │   │   ├── index.js
│   │   │   └── svg
│   │   │   ├── all.svg
│   │   │   ├── skin.svg
│   │   │   └── todo.svg
│   │   ├── images
│   │   └── style
│   │   ├── animate
│   │   │   └── index.scss
│   │   ├── common.scss
│   │   ├── config.scss
│   │   ├── font
│   │   │   ├── iconfont.scss
│   │   │   └── iconfont.ttf
│   │   ├── hcConfig.scss
│   │   ├── index.scss
│   │   ├── module.scss
│   │   ├── pages
│   │   │   ├── \_resetLayout.scss
│   │   │   ├── \_scroll.scss
│   │   │   └── index.scss
│   │   └── resetLibrary.scss
│   ├── components
│   │   ├── index.js
│   │   └── theme
│   │   └── index.vue
│   ├── main.js
│   ├── plugins
│   │   └── hc-basic
│   │   ├── noData.svg
│   │   └── option.js
│   ├── request
│   │   ├── blocks
│   │   │   └── home.js
│   │   └── index.js
│   ├── router
│   │   ├── blocks
│   │   │   └── index.js
│   │   └── index.js
│   ├── store
│   │   ├── index.js
│   │   ├── module
│   │   │   └── globalState.js
│   │   └── theme.js
│   ├── util
│   │   ├── axios
│   │   │   ├── axios.config.js
│   │   │   ├── index.js
│   │   │   └── request.js
│   │   └── mixins
│   │   └── searchPagerMixins.js
│   └── views
│   ├── home
│   │   └── index.vue
│   └── noFound
│   └── index.vue
├── vue.config.js
└── yarn.lock
1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago