Skip to content

Instantly share code, notes, and snippets.

@aldarund
Created July 30, 2018 20:06
Show Gist options
  • Save aldarund/78a738c7ad0332728e222f5eb374478c to your computer and use it in GitHub Desktop.
Save aldarund/78a738c7ad0332728e222f5eb374478c to your computer and use it in GitHub Desktop.
Folder PATH listing for volume Storage
Volume serial number is A2FB-CB7B
D:\BBBB\NODE_MODULES\VUETIFY
├───dist
├───es5
│ ├───components
│ │ ├───transitions
│ │ ├───VAlert
│ │ ├───VApp
│ │ │ └───mixins
│ │ ├───VAutocomplete
│ │ ├───VAvatar
│ │ ├───VBadge
│ │ ├───VBottomNav
│ │ ├───VBottomSheet
│ │ ├───VBreadcrumbs
│ │ ├───VBtn
│ │ ├───VBtnToggle
│ │ ├───VCard
│ │ ├───VCarousel
│ │ ├───VCheckbox
│ │ ├───VChip
│ │ ├───VCombobox
│ │ ├───VCounter
│ │ ├───VDataIterator
│ │ ├───VDataTable
│ │ │ └───mixins
│ │ ├───VDatePicker
│ │ │ ├───mixins
│ │ │ └───util
│ │ ├───VDialog
│ │ ├───VDivider
│ │ ├───VExpansionPanel
│ │ ├───VFooter
│ │ ├───VForm
│ │ ├───VGrid
│ │ ├───VIcon
│ │ ├───VInput
│ │ ├───VJumbotron
│ │ ├───VLabel
│ │ ├───VList
│ │ ├───VMenu
│ │ │ └───mixins
│ │ ├───VMessages
│ │ ├───VNavigationDrawer
│ │ ├───VOverflowBtn
│ │ ├───VPagination
│ │ ├───VParallax
│ │ ├───VPicker
│ │ ├───VProgressCircular
│ │ ├───VProgressLinear
│ │ ├───VRadioGroup
│ │ ├───VRangeSlider
│ │ ├───VSelect
│ │ ├───VSlider
│ │ ├───VSnackbar
│ │ ├───VSpeedDial
│ │ ├───VStepper
│ │ ├───VSubheader
│ │ ├───VSwitch
│ │ ├───VSystemBar
│ │ ├───VTabs
│ │ │ └───mixins
│ │ ├───VTextarea
│ │ ├───VTextField
│ │ ├───VTimePicker
│ │ ├───VToolbar
│ │ ├───VTooltip
│ │ └───Vuetify
│ │ ├───mixins
│ │ └───util
│ ├───directives
│ ├───locale
│ ├───mixins
│ └───util
│ └───color
├───src
│ ├───components
│ │ ├───transitions
│ │ ├───VAlert
│ │ ├───VApp
│ │ │ └───mixins
│ │ ├───VAutocomplete
│ │ ├───VAvatar
│ │ ├───VBadge
│ │ ├───VBottomNav
│ │ ├───VBottomSheet
│ │ ├───VBreadcrumbs
│ │ ├───VBtn
│ │ ├───VBtnToggle
│ │ ├───VCard
│ │ ├───VCarousel
│ │ ├───VCheckbox
│ │ ├───VChip
│ │ ├───VCombobox
│ │ ├───VCounter
│ │ ├───VDataIterator
│ │ ├───VDataTable
│ │ │ └───mixins
│ │ ├───VDatePicker
│ │ │ ├───mixins
│ │ │ └───util
│ │ ├───VDialog
│ │ ├───VDivider
│ │ ├───VExpansionPanel
│ │ ├───VFooter
│ │ ├───VForm
│ │ ├───VGrid
│ │ ├───VIcon
│ │ ├───VInput
│ │ ├───VJumbotron
│ │ ├───VLabel
│ │ ├───VList
│ │ ├───VMenu
│ │ │ └───mixins
│ │ ├───VMessages
│ │ ├───VNavigationDrawer
│ │ ├───VOverflowBtn
│ │ ├───VPagination
│ │ ├───VParallax
│ │ ├───VPicker
│ │ ├───VProgressCircular
│ │ ├───VProgressLinear
│ │ ├───VRadioGroup
│ │ ├───VRangeSlider
│ │ ├───VSelect
│ │ ├───VSlider
│ │ ├───VSnackbar
│ │ ├───VSpeedDial
│ │ ├───VStepper
│ │ │ └───__snapshots__
│ │ ├───VSubheader
│ │ ├───VSwitch
│ │ ├───VSystemBar
│ │ ├───VTabs
│ │ │ └───mixins
│ │ ├───VTextarea
│ │ ├───VTextField
│ │ ├───VTimePicker
│ │ ├───VToolbar
│ │ ├───VTooltip
│ │ └───Vuetify
│ │ ├───mixins
│ │ └───util
│ ├───directives
│ ├───locale
│ ├───mixins
│ ├───stylus
│ │ ├───components
│ │ ├───elements
│ │ ├───generic
│ │ ├───settings
│ │ ├───tools
│ │ └───trumps
│ └───util
│ └───color
├───test
│ ├───unit
│ │ ├───components
│ │ │ ├───VAlert
│ │ │ │ └───__snapshots__
│ │ │ ├───VApp
│ │ │ │ └───__snapshots__
│ │ │ ├───VAvatar
│ │ │ │ └───__snapshots__
│ │ │ ├───VBadge
│ │ │ │ └───__snapshots__
│ │ │ ├───VBottomNav
│ │ │ │ └───__snapshots__
│ │ │ ├───VBreadcrumbs
│ │ │ │ └───__snapshots__
│ │ │ ├───VBtn
│ │ │ │ └───__snapshots__
│ │ │ ├───VBtnToggle
│ │ │ │ └───__snapshots__
│ │ │ ├───VCard
│ │ │ │ └───__snapshots__
│ │ │ ├───VCarousel
│ │ │ │ └───__snapshots__
│ │ │ ├───VCheckbox
│ │ │ │ └───__snapshots__
│ │ │ ├───VChip
│ │ │ │ └───__snapshots__
│ │ │ ├───VCounter
│ │ │ │ └───__snapshots__
│ │ │ ├───VDataIterator
│ │ │ │ └───__snapshots__
│ │ │ ├───VDataTable
│ │ │ │ └───__snapshots__
│ │ │ ├───VDatePicker
│ │ │ │ └───__snapshots__
│ │ │ ├───VDialog
│ │ │ │ └───__snapshots__
│ │ │ ├───VDivider
│ │ │ │ └───__snapshots__
│ │ │ ├───VExpansionPanel
│ │ │ │ └───__snapshots__
│ │ │ ├───VFooter
│ │ │ │ └───__snapshots__
│ │ │ ├───VIcon
│ │ │ │ └───__snapshots__
│ │ │ ├───VInput
│ │ │ │ └───__snapshots__
│ │ │ ├───VList
│ │ │ │ └───__snapshots__
│ │ │ ├───VMenu
│ │ │ │ └───__snapshots__
│ │ │ ├───VMessages
│ │ │ │ └───__snapshots__
│ │ │ ├───VOverflowBtn
│ │ │ │ └───__snapshots__
│ │ │ ├───VPagination
│ │ │ │ └───__snapshots__
│ │ │ ├───VParallax
│ │ │ │ └───__snapshots__
│ │ │ ├───VPicker
│ │ │ │ └───__snapshots__
│ │ │ ├───VProgressCircular
│ │ │ │ └───__snapshots__
│ │ │ ├───VProgressLinear
│ │ │ │ └───__snapshots__
│ │ │ ├───VRadioGroup
│ │ │ │ └───__snapshots__
│ │ │ ├───VSelect
│ │ │ │ └───__snapshots__
│ │ │ ├───VSlider
│ │ │ │ └───__snapshots__
│ │ │ ├───VSpeedDial
│ │ │ │ └───__snapshots__
│ │ │ ├───VSubheader
│ │ │ │ └───__snapshots__
│ │ │ ├───VTabs
│ │ │ │ └───__snapshots__
│ │ │ ├───VTextarea
│ │ │ │ └───__snapshots__
│ │ │ ├───VTextField
│ │ │ │ └───__snapshots__
│ │ │ ├───VTimePicker
│ │ │ │ └───__snapshots__
│ │ │ ├───VToolbar
│ │ │ │ └───__snapshots__
│ │ │ └───VTooltip
│ │ │ └───__snapshots__
│ │ └───mixins
│ │ └───__snapshots__
│ └───util
└───types
└───test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment