@ky-template/common-single
v1.1.1
Published
单体vue项目;内含hc-basic
Downloads
1
Readme
├── 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