🎉 first init
parents
Showing
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/dev-client.js
0 → 100644
build/dev-server.js
0 → 100644
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "mpvue_quickstart", | ||
"version": "1.0.0", | ||
"description": "A Mpvue project", | ||
"author": "Eliaz <944126009@qq.com>", | ||
"private": true, | ||
"scripts": { | ||
"dev": "node build/dev-server.js", | ||
"start": "node build/dev-server.js", | ||
"build": "node build/build.js", | ||
"lint": "eslint --ext .js,.vue src" | ||
}, | ||
"dependencies": { | ||
"mpvue": "^1.0.11", | ||
"node-sass": "^4.9.0", | ||
"sass-loader": "^7.0.2", | ||
"sass-resources-loader": "^1.3.3", | ||
"vuex": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"mpvue-loader": "^1.0.13", | ||
"mpvue-webpack-target": "^1.0.0", | ||
"mpvue-template-compiler": "^1.0.11", | ||
"portfinder": "^1.0.13", | ||
"postcss-mpvue-wxss": "^1.0.0", | ||
"prettier": "~1.12.1", | ||
"px2rpx-loader": "^0.1.10", | ||
"babel-core": "^6.22.1", | ||
"glob": "^7.1.2", | ||
"webpack-mpvue-asset-plugin": "^0.0.2", | ||
"babel-eslint": "^8.2.3", | ||
"babel-loader": "^7.1.1", | ||
"babel-plugin-transform-runtime": "^6.22.0", | ||
"babel-preset-env": "^1.3.2", | ||
"babel-preset-stage-2": "^6.22.0", | ||
"babel-register": "^6.22.0", | ||
"chalk": "^2.4.0", | ||
"connect-history-api-fallback": "^1.3.0", | ||
"copy-webpack-plugin": "^4.5.1", | ||
"css-loader": "^0.28.11", | ||
"cssnano": "^3.10.0", | ||
"eslint": "^4.19.1", | ||
"eslint-friendly-formatter": "^4.0.1", | ||
"eslint-loader": "^2.0.0", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-html": "^4.0.3", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-promise": "^3.4.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"eventsource-polyfill": "^0.9.6", | ||
"express": "^4.16.3", | ||
"extract-text-webpack-plugin": "^3.0.2", | ||
"file-loader": "^1.1.11", | ||
"friendly-errors-webpack-plugin": "^1.7.0", | ||
"html-webpack-plugin": "^3.2.0", | ||
"http-proxy-middleware": "^0.18.0", | ||
"webpack-bundle-analyzer": "^2.2.1", | ||
"semver": "^5.3.0", | ||
"shelljs": "^0.8.1", | ||
"uglifyjs-webpack-plugin": "^1.2.5", | ||
"optimize-css-assets-webpack-plugin": "^3.2.0", | ||
"ora": "^2.0.0", | ||
"rimraf": "^2.6.0", | ||
"url-loader": "^1.0.1", | ||
"vue-style-loader": "^4.1.0", | ||
"webpack": "^3.11.0", | ||
"webpack-dev-middleware-hard-disk": "^1.12.0", | ||
"webpack-merge": "^4.1.0", | ||
"postcss-loader": "^2.1.4" | ||
}, | ||
"engines": { | ||
"node": ">= 4.0.0", | ||
"npm": ">= 3.0.0" | ||
}, | ||
"browserslist": [ | ||
"> 1%", | ||
"last 2 versions", | ||
"not ie <= 8" | ||
] | ||
} |
project.config.json
0 → 100644
src/App.vue
0 → 100644
src/assets/index.scss
0 → 100644
src/assets/mixin.scss
0 → 100644
src/components/card.vue
0 → 100644
src/main.js
0 → 100644
src/pages/counter/index.vue
0 → 100644
src/pages/counter/main.js
0 → 100644
src/pages/index/index.vue
0 → 100644
src/pages/index/main.js
0 → 100644
src/pages/logs/index.vue
0 → 100644
src/pages/logs/main.js
0 → 100644
src/request.js
0 → 100644
src/store.js
0 → 100644
src/utils/index.js
0 → 100644
static/.gitkeep
0 → 100644
Please
register
or
sign in
to comment