@tcbang/vendors
v1.4.0
Published
The vendor packages for Front End projects.
Downloads
7
Readme
@tcbang/vendors
The vendor packages for Front End projects.
NOTE: This project is meant to be used exclusively in @tcbang's projects and does not consider external use cases.
Quick Start
1.Installation
$ npm install --save @tcbang/vendors
2.Packages
{
"dependencies": {
"axios": "^0.19.0",
"copy-text-to-clipboard": "^2.1.1",
"global.css": "^1.1.0",
"js-cookie": "^2.2.1",
"lodash-es": "^4.17.15"
}
}
3. Version
v1.4.0
- update
vue
componentLoading
- support
vue
componentToast
- remove
vue
componentMessage
- remove
vue
componentMessageBox
v1.3.1
- fix
vue
component style's problem
v1.3.0
- update
vue
componentLoading
- support
vue
componentMessage
- support
vue
componentMessageBox
v1.2.1
- fix publish bug
v1.2.0
- add
vue
components support - support
vue
componentLoading
v1.1.x
- update
lodash
tolodash-es
v1.0.x
- init project
- support
axios
- support
copy-text-to-clipboard
- support
global.css
- support
js-cookie
- support
lodash