Initial commit
parents
Showing
.gitignore
0 → 100644
.npmignore
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "@gviagroup/vue-stylize", | |||
| "version": "1.0.0", | |||
| "description": "A Vue directive to watch and change elements' style", | |||
| "license": "MIT", | |||
| "main": "src/index.js", | |||
| "scripts": { | |||
| "prestart": "yarn", | |||
| "start": "cd test && gulp && concurrently \"gulp watch\" \"lite-server\"" | |||
| }, | |||
| "devDependencies": { | |||
| "browserify": "^14.4.0", | |||
| "concurrently": "^3.4.0", | |||
| "lite-server": "^2.3.0", | |||
| "gulp-streamify": "^1.0.2", | |||
| "vinyl-source-stream": "^1.1.0", | |||
| "gulp": "^3.9.1", | |||
| "gulp-cssnano": "^2.1.2", | |||
| "gulp-htmlmin": "^3.0.0", | |||
| "gulp-inject-string": "^1.1.0", | |||
| "gulp-less": "^3.3.0", | |||
| "gulp-pug": "^3.3.0", | |||
| "gulp-rename": "^1.2.2", | |||
| "gulp-uglify": "^2.1.0", | |||
| "gulp-util": "^3.0.8", | |||
| "vue": "^2.5.22", | |||
| "vueify": "^9.4.1", | |||
| "envify": "^4.1.0", | |||
| "@gviagroup/vue-test-directive": "^1.0.0" | |||
| }, | |||
| "peerDependencies": { | |||
| "vue": ">=2" | |||
| } | |||
| } |
src/index.js
0 → 100644
test/bs-config.json
0 → 100644
test/gulpfile.js
0 → 100644
test/src/index.html
0 → 100644
test/src/js/index.js
0 → 100644
test/src/less/index.less
0 → 100644
test/src/vue/index.vue
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment