init project
Showing
此差异已折叠。
{ | ||
"name": "vue", | ||
"version": "2.4.1", | ||
"description": "Reactive, component-oriented view layer for modern web interfaces.", | ||
"version": "1.0.0", | ||
"description": "Vue.js in mini program", | ||
"main": "dist/vue.runtime.common.js", | ||
"module": "dist/vue.runtime.esm.js", | ||
"unpkg": "dist/vue.js", | ||
... | ... | @@ -19,14 +19,18 @@ |
"dev:compiler": "rollup -w -c build/config.js --environment TARGET:web-compiler ", | ||
"dev:weex": "rollup -w -c build/config.js --environment TARGET:weex-framework ", | ||
"dev:weex:compiler": "rollup -w -c build/config.js --environment TARGET:weex-compiler ", | ||
"dev:mpvue": "rollup -w -c build/config.js --environment TARGET:mpvue ", | ||
"dev:mpvue:compiler": "rollup -w -c build/config.js --environment TARGET:mpvue-template-compiler ", | ||
"build": "node build/build.js", | ||
"build:ssr": "npm run build -- vue.runtime.common.js,vue-server-renderer", | ||
"build:weex": "npm run build -- weex-vue-framework,weex-template-compiler", | ||
"test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex", | ||
"build:mpvue": "npm run build -- mpvue,mpvue-template-compiler", | ||
"test": "npm run lint && flow check && npm run test:types && npm run test:cover && npm run test:e2e -- --env phantomjs && npm run test:ssr && npm run test:weex && npm run test:mpvue", | ||
"test:unit": "karma start test/unit/karma.unit.config.js", | ||
"test:cover": "karma start test/unit/karma.cover.config.js", | ||
"test:e2e": "npm run build -- vue.min.js && node test/e2e/runner.js", | ||
"test:weex": "npm run build:weex && jasmine JASMINE_CONFIG_PATH=test/weex/jasmine.json", | ||
"test:mpvue": "npm run build:mpvue && jasmine JASMINE_CONFIG_PATH=test/mp/jasmine.json", | ||
"test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json", | ||
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2", | ||
"test:types": "tsc -p ./types/test/tsconfig.json", | ||
... | ... | @@ -42,17 +46,25 @@ |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vuejs/vue.git" | ||
"url": "git+https://github.com/Meituan-Dianping/mpvue.git" | ||
}, | ||
"keywords": [ | ||
"vue" | ||
], | ||
"author": "Evan You", | ||
"author": "anchengjian", | ||
"contributors": [ | ||
{ | ||
"name" : "hucq" | ||
}, | ||
{ | ||
"name" : "aOrz" | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vuejs/vue/issues" | ||
"url": "https://github.com/Meituan-Dianping/mpvue/issues" | ||
}, | ||
"homepage": "https://github.com/vuejs/vue#readme", | ||
"homepage": "https://github.com/Meituan-Dianping/mpvue", | ||
"devDependencies": { | ||
"babel-core": "^6.25.0", | ||
"babel-eslint": "^7.2.3", | ||
... | ... |
此差异已折叠。
packages/mpvue/README.md
0 → 100644
packages/mpvue/index.js
0 → 100644
此差异已折叠。
packages/mpvue/package.json
0 → 100644