diff --git a/docs/README.md b/docs/README.md index dd31c1696f..0f139a4470 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Introduction -This boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and `vue-loader`. Make sure to also read [`vue-loader`'s documentation](http://vuejs.github.io/vue-loader/index.html) for common workflow recipes. +This boilerplate is targeted towards large, serious projects and assumes you are somewhat familiar with Webpack and `vue-loader`. Make sure to also read [`vue-loader`'s documentation](https://vue-loader.vuejs.org/) for common workflow recipes. If you just want to try out `vue-loader` or whip out a quick prototype, use the [webpack-simple](https://github.com/vuejs-templates/webpack-simple) template instead. diff --git a/docs/linter.md b/docs/linter.md index f5ad42f662..bff51c0119 100644 --- a/docs/linter.md +++ b/docs/linter.md @@ -1,6 +1,6 @@ # Linter Configuration -This boilerplate uses [ESLint](http://eslint.org/) as the linter, and uses the [Standard](https://github.com/feross/standard/blob/master/RULES.md) preset with some small customizations. +This boilerplate uses [ESLint](https://eslint.org/) as the linter, and uses the [Standard](https://github.com/feross/standard/blob/master/RULES.md) preset with some small customizations. If you are not happy with the default linting rules, you have several options: @@ -13,4 +13,4 @@ If you are not happy with the default linting rules, you have several options: 2. Pick a different ESLint preset when generating the project, for example [eslint-config-airbnb](https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb). -3. Pick "none" for ESLint preset when generating the project and define your own rules. See [ESLint documentation](http://eslint.org/docs/rules/) for more details. +3. Pick "none" for ESLint preset when generating the project and define your own rules. See [ESLint documentation](https://eslint.org/docs/rules/) for more details. diff --git a/template/.eslintrc.js b/template/.eslintrc.js index c10f039ffc..7844912865 100644 --- a/template/.eslintrc.js +++ b/template/.eslintrc.js @@ -1,4 +1,4 @@ -// http://eslint.org/docs/user-guide/configuring +// https://eslint.org/docs/user-guide/configuring module.exports = { root: true, diff --git a/template/package.json b/template/package.json index 9c5841dde4..75176e1230 100644 --- a/template/package.json +++ b/template/package.json @@ -92,7 +92,7 @@ "vue-loader": "^13.0.4", "vue-style-loader": "^3.0.1", "vue-template-compiler": "^2.4.2", - "portfinder": "^1.0.13" + "portfinder": "^1.0.13", "webpack": "^3.5.5", "webpack-dev-middleware": "^1.12.0", "webpack-hot-middleware": "^2.18.2",