@amto/vue-skeleton
Advanced tools
Comparing version 0.0.1 to 0.0.3
{ | ||
"name": "@amto/vue-skeleton", | ||
"version": "0.0.1", | ||
"description": "vue通用的骨架屏展示解决方案", | ||
"main": "index.js", | ||
"description": "Vue component to easily build (or use presets) SVG loading cards Facebook like.", | ||
"version": "0.0.3", | ||
"author": "Julian", | ||
"license": "MIT", | ||
"private": false, | ||
"files": [ | ||
"dist/vuecontentloading.js", | ||
"dist/vuecontentloading.js.map" | ||
], | ||
"main": "dist/vuecontentloading.js", | ||
"scripts": { | ||
"dev": "webpack-dev-server --open --hot --config=./build/webpack.dev.config.js", | ||
"dev:build": "webpack --config=./build/webpack.dev.config.js", | ||
"build": "webpack --progress --config=./build/webpack.prod.config.js --profile --json > stats.json", | ||
"fix": "tslint --fix --project ./tsconfig.json" | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
"lint": "eslint --ext .vue,.js src/*", | ||
"lint:fix": "eslint --fix --ext .vue,.js src/*" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"keywords": [ | ||
"ui", | ||
"ux", | ||
"svg", | ||
"vue", | ||
"card", | ||
"cards", | ||
"vuejs", | ||
"loading", | ||
"facebook", | ||
"animation", | ||
"loading-animations" | ||
], | ||
"dependencies": { | ||
"vue": "^2.5.13" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.0", | ||
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | ||
"@babel/plugin-syntax-jsx": "^7.2.0", | ||
"@babel/plugin-transform-strict-mode": "^7.2.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"@types/node": "^11.11.7", | ||
"@vue/babel-preset-app": "^3.5.1", | ||
"autoprefixer": "^9.5.0", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^8.0.5", | ||
"babel-plugin-jsx-v-model": "^2.0.3", | ||
"babel-plugin-transform-vue-jsx": "^3.7.0", | ||
"clean-webpack-plugin": "^2.0.1", | ||
"css-loader": "^2.1.1", | ||
"eslint": "^5.15.3", | ||
"eslint-loader": "^2.1.2", | ||
"file-loader": "^3.0.1", | ||
"html-webpack-plugin": "^3.2.0", | ||
"less": "^3.9.0", | ||
"less-loader": "^4.1.0", | ||
"postcss-loader": "^3.0.0", | ||
"ts-loader": "^5.3.3", | ||
"tslint": "^5.14.0", | ||
"tslint-loader": "^3.5.4", | ||
"typescript": "^3.3.4000", | ||
"vue-loader": "^15.7.0", | ||
"vue-property-decorator": "^8.1.0", | ||
"vue-template-compiler": "^2.6.10", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.3.0", | ||
"webpack-dev-server": "^3.2.1", | ||
"webpack-merge": "^4.2.1" | ||
}, | ||
"dependencies": { | ||
"vue": "^2.6.10" | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.0", | ||
"cross-env": "^5.0.5", | ||
"css-loader": "^0.28.7", | ||
"eslint": "^4.9.0", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-html": "^3.2.2", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.2", | ||
"eslint-plugin-react": "^7.4.0", | ||
"file-loader": "^1.1.4", | ||
"github-markdown-css": "^2.9.0", | ||
"node-sass": "^4.5.3", | ||
"sass-loader": "^6.0.6", | ||
"vue-loader": "^13.0.5", | ||
"vue-template-compiler": "^2.5.13", | ||
"webpack": "^3.6.0", | ||
"webpack-dev-server": "^2.9.1" | ||
} | ||
} |
@@ -1,2 +0,25 @@ | ||
# vue-skeleton-component | ||
vue通用的骨架屏展示解决方案 | ||
# Vue Skeleton | ||
### Vue component to easily build or use presets for Facebook-like SVG loading cards. | ||
## So how does it look like? | ||
![Facebook loading](./static/facebook.gif "Facebook loading") | ||
Code | ||
![Code loading](./static/code.gif "Code loading") | ||
## Installation | ||
Simple installation via NPM | ||
``$ npm install vue-skeleton --save`` | ||
##### License | ||
This project is licensed under the MIT license. See the [LICENSE file](./LICENSE) for more details |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
19
2
26
3108
3
0
2
Updatedvue@^2.5.13