1.0.16 • Published 3 years ago

@ygsoft-dsj/template-ui-library-vue2 v1.0.16

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago
ygsoft-cli-template-component-vue2
├─ package.json
└─ template
   ├─ .babelrc
   ├─ .eslintignore
   ├─ .eslintrc
   ├─ .prettierignore
   ├─ build
   │  ├─ bin
   │  │  ├─ build-entry.js
   │  │  ├─ build-locale.js
   │  │  ├─ elementAlias.js
   │  │  ├─ gen-cssfile.js
   │  │  ├─ gen-indices.js
   │  │  ├─ i18n.js
   │  │  ├─ iconInit.js
   │  │  ├─ new-lang.js
   │  │  ├─ new.js
   │  │  ├─ template.js
   │  │  └─ version.js
   │  ├─ config.js
   │  ├─ deploy-ci.sh
   │  ├─ deploy-faas.sh
   │  ├─ gen-single-config.js
   │  ├─ git-release.sh
   │  ├─ md-loader
   │  │  ├─ config.js
   │  │  ├─ containers.js
   │  │  ├─ fence.js
   │  │  ├─ index.js
   │  │  └─ util.js
   │  ├─ release.sh
   │  ├─ webpack.common.js
   │  ├─ webpack.component.js
   │  ├─ webpack.conf.js
   │  ├─ webpack.demo.js
   │  ├─ webpack.extension.js
   │  └─ webpack.test.js
   ├─ CHANGELOG.en-US.md
   ├─ CHANGELOG.zh-CN.md
   ├─ components.json
   ├─ examples
   │  ├─ app.vue
   │  ├─ assets
   │  │  ├─ images
   │  │  │  ├─ Axure-Components.svg
   │  │  │  ├─ button-d-cn.png
   │  │  │  ├─ button-d-en.png
   │  │  │  ├─ button-l-cn.png
   │  │  │  ├─ button-l-en.png
   │  │  │  ├─ cloud-1.png
   │  │  │  ├─ cloud-2.png
   │  │  │  ├─ compo-1.png
   │  │  │  ├─ compo-2.png
   │  │  │  ├─ compo-3.png
   │  │  │  ├─ component.png
   │  │  │  ├─ consistency.png
   │  │  │  ├─ controllability.png
   │  │  │  ├─ dialog-close.png
   │  │  │  ├─ efficiency.png
   │  │  │  ├─ element-demo.jpeg
   │  │  │  ├─ element-logo-small.svg
   │  │  │  ├─ element-logo.svg
   │  │  │  ├─ feedback.png
   │  │  │  ├─ figure-1.png
   │  │  │  ├─ figure-2.png
   │  │  │  ├─ guide.png
   │  │  │  ├─ hamburger.png
   │  │  │  ├─ icon-check.png
   │  │  │  ├─ icon-copy.png
   │  │  │  ├─ icon-download.png
   │  │  │  ├─ icon-edit.png
   │  │  │  ├─ icon-redo.svg
   │  │  │  ├─ icon-undo.svg
   │  │  │  ├─ icon-upload.svg
   │  │  │  ├─ intro-theme-b.png
   │  │  │  ├─ Module.svg
   │  │  │  ├─ navbar_0.png
   │  │  │  ├─ navbar_1.png
   │  │  │  ├─ navbar_2.png
   │  │  │  ├─ navbar_3.png
   │  │  │  ├─ plant-1.png
   │  │  │  ├─ plant-2.png
   │  │  │  ├─ qrcode.png
   │  │  │  ├─ resource-placeholder.svg
   │  │  │  ├─ resource.png
   │  │  │  ├─ search-by-algolia.svg
   │  │  │  ├─ Sketch-Template.svg
   │  │  │  ├─ term-arial.png
   │  │  │  ├─ term-helvetica.png
   │  │  │  ├─ term-hiragino.png
   │  │  │  ├─ term-microsoft.png
   │  │  │  ├─ term-pingfang.png
   │  │  │  ├─ term-sf.png
   │  │  │  ├─ theme-index-blue.png
   │  │  │  ├─ theme-index-icon.svg
   │  │  │  ├─ theme-index-red.png
   │  │  │  ├─ theme-intro.png
   │  │  │  ├─ typography.png
   │  │  │  └─ web.png
   │  │  └─ styles
   │  │     ├─ common.css
   │  │     └─ fonts
   │  │        ├─ icomoon.eot
   │  │        ├─ icomoon.svg
   │  │        ├─ icomoon.ttf
   │  │        ├─ icomoon.woff
   │  │        └─ style.css
   │  ├─ bus.js
   │  ├─ color.js
   │  ├─ components
   │  │  ├─ demo-block.vue
   │  │  ├─ footer-nav.vue
   │  │  ├─ footer.vue
   │  │  ├─ header.vue
   │  │  ├─ search.vue
   │  │  ├─ side-nav.vue
   │  │  ├─ theme
   │  │  │  ├─ basic-tokens-preview.vue
   │  │  │  ├─ components-preview.vue
   │  │  │  ├─ constant.js
   │  │  │  ├─ loader
   │  │  │  │  ├─ ajax.js
   │  │  │  │  ├─ api.js
   │  │  │  │  ├─ docStyle.vue
   │  │  │  │  ├─ index.vue
   │  │  │  │  └─ loading
   │  │  │  │     ├─ index.vue
   │  │  │  │     ├─ progress.js
   │  │  │  │     └─ progress.vue
   │  │  │  ├─ localstorage.js
   │  │  │  ├─ theme-card.vue
   │  │  │  ├─ theme-list.js
   │  │  │  └─ utils.js
   │  │  ├─ theme-configurator
   │  │  │  ├─ action.vue
   │  │  │  ├─ editor
   │  │  │  │  ├─ borderRadius.vue
   │  │  │  │  ├─ boxShadow.vue
   │  │  │  │  ├─ color-picker
   │  │  │  │  │  ├─ index.js
   │  │  │  │  │  └─ src
   │  │  │  │  │     ├─ color.js
   │  │  │  │  │     ├─ components
   │  │  │  │  │     │  ├─ alpha-slider.vue
   │  │  │  │  │     │  ├─ color-list.vue
   │  │  │  │  │     │  ├─ hue-slider.vue
   │  │  │  │  │     │  ├─ picker-dropdown.vue
   │  │  │  │  │     │  ├─ predefine.vue
   │  │  │  │  │     │  └─ sv-panel.vue
   │  │  │  │  │     ├─ draggable.js
   │  │  │  │  │     └─ main.vue
   │  │  │  │  ├─ color.vue
   │  │  │  │  ├─ fontLineHeight.vue
   │  │  │  │  ├─ fontSize.vue
   │  │  │  │  ├─ fontWeight.vue
   │  │  │  │  ├─ input.vue
   │  │  │  │  ├─ mixin.vue
   │  │  │  │  └─ simpleText.vue
   │  │  │  ├─ index.vue
   │  │  │  ├─ main.vue
   │  │  │  ├─ shortcut.vue
   │  │  │  └─ utils
   │  │  │     ├─ boxShadow.js
   │  │  │     └─ utils.js
   │  │  └─ theme-picker.vue
   │  ├─ demo-styles
   │  │  ├─ alert.scss
   │  │  ├─ avatar.scss
   │  │  ├─ badge.scss
   │  │  ├─ border.scss
   │  │  ├─ button.scss
   │  │  ├─ calendar.scss
   │  │  ├─ card.scss
   │  │  ├─ carousel.scss
   │  │  ├─ cascader.scss
   │  │  ├─ collapse.scss
   │  │  ├─ color-picker.scss
   │  │  ├─ color.scss
   │  │  ├─ container.scss
   │  │  ├─ date-picker.scss
   │  │  ├─ datetime-picker.scss
   │  │  ├─ descriptions.scss
   │  │  ├─ dialog.scss
   │  │  ├─ divider.scss
   │  │  ├─ drawer.scss
   │  │  ├─ dropdown.scss
   │  │  ├─ form.scss
   │  │  ├─ i18n.scss
   │  │  ├─ icon.scss
   │  │  ├─ image.scss
   │  │  ├─ index.scss
   │  │  ├─ infinite-scroll.scss
   │  │  ├─ input-number.scss
   │  │  ├─ input.scss
   │  │  ├─ layout.scss
   │  │  ├─ loading.scss
   │  │  ├─ menu.scss
   │  │  ├─ pagination.scss
   │  │  ├─ popover.scss
   │  │  ├─ progress.scss
   │  │  ├─ rate.scss
   │  │  ├─ select.scss
   │  │  ├─ skeleton.scss
   │  │  ├─ slider.scss
   │  │  ├─ switch.scss
   │  │  ├─ table.scss
   │  │  ├─ tag.scss
   │  │  ├─ time-picker.scss
   │  │  ├─ timeline.scss
   │  │  ├─ tooltip.scss
   │  │  ├─ transfer.scss
   │  │  ├─ transition.scss
   │  │  ├─ tree.scss
   │  │  ├─ typography.scss
   │  │  └─ upload.scss
   │  ├─ docs
   │  │  ├─ en-US
   │  │  │  ├─ alert.md
   │  │  │  ├─ avatar.md
   │  │  │  ├─ backtop.md
   │  │  │  ├─ badge.md
   │  │  │  ├─ border.md
   │  │  │  ├─ breadcrumb.md
   │  │  │  ├─ button.md
   │  │  │  ├─ calendar.md
   │  │  │  ├─ card.md
   │  │  │  ├─ carousel.md
   │  │  │  ├─ cascader.md
   │  │  │  ├─ checkbox.md
   │  │  │  ├─ collapse.md
   │  │  │  ├─ color-picker.md
   │  │  │  ├─ color.md
   │  │  │  ├─ container.md
   │  │  │  ├─ custom-theme.md
   │  │  │  ├─ date-picker.md
   │  │  │  ├─ datetime-picker.md
   │  │  │  ├─ descriptions.md
   │  │  │  ├─ dialog.md
   │  │  │  ├─ divider.md
   │  │  │  ├─ drawer.md
   │  │  │  ├─ dropdown.md
   │  │  │  ├─ empty.md
   │  │  │  ├─ form.md
   │  │  │  ├─ hello-world.md
   │  │  │  ├─ i18n.md
   │  │  │  ├─ icon.md
   │  │  │  ├─ image.md
   │  │  │  ├─ infiniteScroll.md
   │  │  │  ├─ input-number.md
   │  │  │  ├─ input.md
   │  │  │  ├─ installation.md
   │  │  │  ├─ layout.md
   │  │  │  ├─ link.md
   │  │  │  ├─ loading.md
   │  │  │  ├─ menu.md
   │  │  │  ├─ message-box.md
   │  │  │  ├─ message.md
   │  │  │  ├─ notification.md
   │  │  │  ├─ page-header.md
   │  │  │  ├─ pagination.md
   │  │  │  ├─ popconfirm.md
   │  │  │  ├─ popover.md
   │  │  │  ├─ progress.md
   │  │  │  ├─ quickstart.md
   │  │  │  ├─ radio.md
   │  │  │  ├─ rate.md
   │  │  │  ├─ result.md
   │  │  │  ├─ select.md
   │  │  │  ├─ skeleton.md
   │  │  │  ├─ slider.md
   │  │  │  ├─ steps.md
   │  │  │  ├─ switch.md
   │  │  │  ├─ table.md
   │  │  │  ├─ tabs.md
   │  │  │  ├─ tag.md
   │  │  │  ├─ time-picker.md
   │  │  │  ├─ timeline.md
   │  │  │  ├─ tooltip.md
   │  │  │  ├─ transfer.md
   │  │  │  ├─ transition.md
   │  │  │  ├─ tree.md
   │  │  │  ├─ typography.md
   │  │  │  └─ upload.md
   │  │  └─ zh-CN
   │  │     ├─ alert.md
   │  │     ├─ avatar.md
   │  │     ├─ backtop.md
   │  │     ├─ badge.md
   │  │     ├─ border.md
   │  │     ├─ breadcrumb.md
   │  │     ├─ button.md
   │  │     ├─ calendar.md
   │  │     ├─ card.md
   │  │     ├─ carousel.md
   │  │     ├─ cascader.md
   │  │     ├─ checkbox.md
   │  │     ├─ collapse.md
   │  │     ├─ color-picker.md
   │  │     ├─ color.md
   │  │     ├─ container.md
   │  │     ├─ custom-theme.md
   │  │     ├─ date-picker.md
   │  │     ├─ datetime-picker.md
   │  │     ├─ descriptions.md
   │  │     ├─ dialog.md
   │  │     ├─ divider.md
   │  │     ├─ drawer.md
   │  │     ├─ dropdown.md
   │  │     ├─ empty.md
   │  │     ├─ form.md
   │  │     ├─ hello-world.md
   │  │     ├─ i18n.md
   │  │     ├─ icon.md
   │  │     ├─ image.md
   │  │     ├─ infiniteScroll.md
   │  │     ├─ input-number.md
   │  │     ├─ input.md
   │  │     ├─ installation.md
   │  │     ├─ layout.md
   │  │     ├─ link.md
   │  │     ├─ loading.md
   │  │     ├─ menu.md
   │  │     ├─ message-box.md
   │  │     ├─ message.md
   │  │     ├─ notification.md
   │  │     ├─ page-header.md
   │  │     ├─ pagination.md
   │  │     ├─ popconfirm.md
   │  │     ├─ popover.md
   │  │     ├─ progress.md
   │  │     ├─ quickstart.md
   │  │     ├─ radio.md
   │  │     ├─ rate.md
   │  │     ├─ result.md
   │  │     ├─ select.md
   │  │     ├─ skeleton.md
   │  │     ├─ slider.md
   │  │     ├─ steps.md
   │  │     ├─ switch.md
   │  │     ├─ table.md
   │  │     ├─ tabs.md
   │  │     ├─ tag.md
   │  │     ├─ time-picker.md
   │  │     ├─ timeline.md
   │  │     ├─ tooltip.md
   │  │     ├─ transfer.md
   │  │     ├─ transition.md
   │  │     ├─ tree.md
   │  │     ├─ typography.md
   │  │     └─ upload.md
   │  ├─ dom
   │  │  └─ class.js
   │  ├─ entry.js
   │  ├─ extension
   │  │  └─ src
   │  │     ├─ app.js
   │  │     ├─ background.js
   │  │     ├─ editor
   │  │     │  ├─ editor.vue
   │  │     │  ├─ gallery.vue
   │  │     │  ├─ icon-close.png
   │  │     │  ├─ icon-entrance.png
   │  │     │  ├─ index.vue
   │  │     │  └─ utils.js
   │  │     ├─ entry.js
   │  │     ├─ icon.png
   │  │     └─ manifest.json
   │  ├─ favicon.ico
   │  ├─ i18n
   │  │  ├─ component.json
   │  │  ├─ page.json
   │  │  ├─ route.json
   │  │  ├─ theme-editor.json
   │  │  └─ title.json
   │  ├─ icon.json
   │  ├─ index.tpl
   │  ├─ nav.config.json
   │  ├─ pages
   │  │  ├─ en-US
   │  │  │  ├─ changelog.vue
   │  │  │  ├─ component.vue
   │  │  │  ├─ design.vue
   │  │  │  ├─ guide.vue
   │  │  │  ├─ index.vue
   │  │  │  ├─ nav.vue
   │  │  │  ├─ resource.vue
   │  │  │  ├─ theme-nav.vue
   │  │  │  ├─ theme-preview.vue
   │  │  │  └─ theme.vue
   │  │  ├─ template
   │  │  │  ├─ changelog.tpl
   │  │  │  ├─ component.tpl
   │  │  │  ├─ design.tpl
   │  │  │  ├─ guide.tpl
   │  │  │  ├─ index.tpl
   │  │  │  ├─ nav.tpl
   │  │  │  ├─ resource.tpl
   │  │  │  ├─ theme-nav.tpl
   │  │  │  ├─ theme-preview.tpl
   │  │  │  └─ theme.tpl
   │  │  └─ zh-CN
   │  │     ├─ changelog.vue
   │  │     ├─ component.vue
   │  │     ├─ design.vue
   │  │     ├─ guide.vue
   │  │     ├─ index.vue
   │  │     ├─ nav.vue
   │  │     ├─ resource.vue
   │  │     ├─ theme-nav.vue
   │  │     ├─ theme-preview.vue
   │  │     └─ theme.vue
   │  ├─ play
   │  │  └─ index.vue
   │  ├─ play.js
   │  ├─ route.config.js
   │  ├─ util.js
   │  └─ versions.json
   ├─ FAQ.md
   ├─ LICENSE
   ├─ make-3.81.exe
   ├─ Makefile
   ├─ package-lock.json
   ├─ package.jsonYGSOFT-TEMPLATE
   ├─ packages
   │  ├─ hello-world
   │  │  ├─ index.js
   │  │  └─ src
   │  │     └─ main.vue
   │  └─ theme-chalk
   │     ├─ gulpfile.js
   │     ├─ lib
   │     │  ├─ base.css
   │     │  ├─ fonts
   │     │  │  ├─ da-icons.ttf
   │     │  │  └─ da-icons.woff
   │     │  ├─ hello-world.css
   │     │  ├─ icon.css
   │     │  └─ index.css
   │     ├─ package.jsonYGSOFT-TEMPLATE
   │     ├─ README.md
   │     └─ src
   │        ├─ base.scss
   │        ├─ common
   │        │  ├─ popup.scss
   │        │  ├─ transition.scss
   │        │  └─ var.scss
   │        ├─ fonts
   │        │  ├─ da-icons.ttf
   │        │  └─ da-icons.woff
   │        ├─ hello-world.scss
   │        ├─ icon.scss
   │        ├─ index.scss
   │        └─ mixins
   │           ├─ config.scss
   │           ├─ function.scss
   │           ├─ mixins.scss
   │           ├─ utils.scss
   │           └─ _button.scss
   ├─ prettier.config.js
   ├─ README.md
   ├─ src
   │  ├─ directives
   │  │  ├─ mousewheel.js
   │  │  └─ repeat-click.js
   │  ├─ index.js
   │  ├─ locale
   │  │  ├─ format.js
   │  │  ├─ index.js
   │  │  └─ lang
   │  │     ├─ en.js
   │  │     ├─ es.js
   │  │     ├─ fr.js
   │  │     ├─ zh-CN.js
   │  │     └─ zh-TW.js
   │  ├─ mixins
   │  │  ├─ emitter.js
   │  │  ├─ focus.js
   │  │  ├─ locale.js
   │  │  └─ migrating.js
   │  ├─ transitions
   │  │  └─ collapse-transition.js
   │  └─ utils
   │     ├─ after-leave.js
   │     ├─ aria-dialog.js
   │     ├─ aria-utils.js
   │     ├─ clickoutside.js
   │     ├─ date-util.js
   │     ├─ date.js
   │     ├─ dom.js
   │     ├─ menu
   │     │  ├─ aria-menubar.js
   │     │  ├─ aria-menuitem.js
   │     │  └─ aria-submenu.js
   │     ├─ merge.js
   │     ├─ popper.js
   │     ├─ popup
   │     │  ├─ index.js
   │     │  └─ popup-manager.js
   │     ├─ resize-event.js
   │     ├─ scroll-into-view.js
   │     ├─ scrollbar-width.js
   │     ├─ shared.js
   │     ├─ types.js
   │     ├─ util.js
   │     ├─ vdom.js
   │     └─ vue-popper.js
   ├─ test
   │  ├─ .eslintrc
   │  ├─ ssr
   │  │  └─ require.test.js
   │  └─ unit
   │     ├─ index.js
   │     ├─ karma.conf.js
   │     ├─ mocks
   │     │  └─ uri.js
   │     ├─ specs
   │     │  ├─ hello-world.spec.js
   │     │  ├─ mixin.vue-popup.spec.js
   │     │  ├─ util.clickoutside.spec.js
   │     │  └─ util.vue-popper.spec.js
   │     └─ util.js
   ├─ types
   │  ├─ component.d.ts
   │  ├─ entry-ui.d.ts
   │  ├─ hello-world.d.ts
   │  └─ index.d.ts
   └─ yarn.lock
1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago