plugin init
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.npminstall.done
0 → 100644
README.md
0 → 100644
dist/head_default.jpg
0 → 100644
3.28 KB
dist/vue-gic-confirm-people.js
0 → 100644
This diff is collapsed.
Click to expand it.
dist/vue-gic-confirm-people.js.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@gic-test/vue-gic-confirm-people", | ||
"description": "vue-gic-confirm-people Plugin", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
"private": false, | ||
"main": "dist/vue-gic-confirm-people.js", | ||
"scripts": { | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"qs": "^6.5.2", | ||
"vue": "^2.5.16" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
], | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-stage-3": "^6.24.1", | ||
"cross-env": "^5.0.5", | ||
"css-loader": "^0.28.7", | ||
"file-loader": "^1.1.4", | ||
"less-loader": "^4.1.0", | ||
"node-sass": "^4.5.3", | ||
"sass-loader": "^6.0.6", | ||
"vue-loader": "^13.0.5", | ||
"vue-template-compiler": "^2.5.17", | ||
"webpack": "^3.6.0", | ||
"webpack-dev-server": "^2.9.1" | ||
}, | ||
"_from": "@gic-test/vue-gic-confirm-people@1.0.2", | ||
"_resolved": "http://www.gicdev.com:7001/@gic-test/vue-gic-confirm-people/download/@gic-test/vue-gic-confirm-people-1.0.2.tgz" | ||
} | ||
\ No newline at end of file |
src/App.vue
0 → 100644
src/lib/api.js
0 → 100644
src/lib/head_default.jpg
0 → 100644
3.28 KB
src/lib/index.js
0 → 100644
src/lib/vue-gic-confirm-people.vue
0 → 100644
src/main.js
0 → 100644
webpack.config.js
0 → 100644