Skip to content

Instantly share code, notes, and snippets.

@vincenting
Created October 18, 2018 09:38
Show Gist options
  • Save vincenting/235abdaf26f90b2de42562d95c9ba56e to your computer and use it in GitHub Desktop.
Save vincenting/235abdaf26f90b2de42562d95c9ba56e to your computer and use it in GitHub Desktop.
├── CHANGELOG.md
├── __tests__
│   └── button.spec.js
├── lib
│   ├── index.common.js
│   ├── index.common.js.map
│   ├── index.umd.js
│   ├── index.umd.js.map
│   ├── index.umd.min.js
│   ├── index.umd.min.js.map
│   └── style
│   ├── button.scss
│   └── index.js
├── package.json
└── src
├── button.vue
├── index.js
└── style
├── button.scss
└── index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment