ev_components v0.1.2
web02
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lintRun your unit tests
npm run test:unitCustomize configuration
See Configuration Reference. { "name": "web02", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit", "lib": "vue-cli-service build --target lib --name ev_components --dest lib src/components/index.js" }, "dependencies": { "evget_common": "^0.1.4", "vue": "^2.6.10", "vue-router": "^3.0.3", "vuetify": "^1.5.14", "vuex": "^3.0.1" }, "devDependencies": { "@vue/cli-plugin-unit-mocha": "^3.7.0", "@vue/cli-service": "^3.7.0", "@vue/test-utils": "1.0.0-beta.29", "chai": "^4.1.2", "less": "^3.0.4", "less-loader": "^4.1.0", "vue-template-compiler": "^2.5.21" } }
{ "name": "ev_components", "version": "0.1.1", "description": "ev_components", "main": "lib/ev_components.umd.min.js", "keyword": "ev_components", "private": false }