We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.根据cli创建了项目
vue init F-loat/mpvue-quickstart my-project-3
2.项目创建完成后package.json
{ "name": "my-project-3", "version": "1.0.0", "description": "A MPVue project", "author": "李群 <[email protected]>", "private": true, "scripts": { "dev": "node build/dev-server.js", "start": "node build/dev-server.js", "build": "node build/build.js" }, "dependencies": { "mpvue": "^1.0.0", "vuex": "^3.0.0" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-env": "^1.7.0", "babel-preset-stage-2": "^6.22.0", "babel-register": "^6.22.0", "chalk": "^2.4.0", "copy-webpack-plugin": "^4.5.0", "css-loader": "^0.28.0", "cssnano": "^3.10.0", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^1.1.0", "friendly-errors-webpack-plugin": "^1.7.0", "mpvue-config-loader": "^0.1.0", "mpvue-entry": "^2.0.0-rc.9", "mpvue-loader": "^1.1.2", "mpvue-router-patch": "^0.2.0", "mpvue-template-compiler": "^1.0.0", "mpvue-webpack-target": "^1.0.0", "optimize-css-assets-webpack-plugin": "^3.2.0", "ora": "^2.0.0", "postcss-loader": "^2.1.0", "postcss-mpvue-wxss": "^1.0.0", "prettier": "~1.12.0", "px2rpx-loader": "^0.1.0", "rimraf": "^2.6.0", "semver": "^5.3.0", "shelljs": "^0.8.0", "uglifyjs-webpack-plugin": "^1.2.0", "url-loader": "^1.0.0", "vue-style-loader": "^4.1.0", "webpack": "^3.11.0", "webpack-bundle-analyzer": "^2.13.0", "webpack-dev-middleware-hard-disk": "^1.12.0", "webpack-merge": "^4.1.0", "webpack-mpvue-asset-plugin": "^0.1.0" }, "engines": { "node": ">= 4.0.0", "npm": ">= 3.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }
3.运行npm run dev 后,导入微信开发者工具 4.打开"sources"菜单发现没有index.vue和count.vue文件
npm run dev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1.根据cli创建了项目
2.项目创建完成后package.json
3.运行
npm run dev
后,导入微信开发者工具4.打开"sources"菜单发现没有index.vue和count.vue文件
The text was updated successfully, but these errors were encountered: