Skip to content

Commit 8bc554c

Browse files
committed
Merge branch 'develop'
# Conflicts: # template/config/index.js
2 parents 0418571 + 53e2118 commit 8bc554c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ npm install
2121
$ npm run dev
2222
```
2323

24-
If port 8080 is already in use on your machine you must change the port number in `/config/index.js`. Otherwise `npm run dev` will fail.
24+
The development server will run on port 8080 by default. If that port is already in use on your machine, the next free port will be used.
2525

2626
## What's Included
2727

@@ -36,7 +36,7 @@ If port 8080 is already in use on your machine you must change the port number i
3636
- JavaScript minified with [UglifyJS](https://github.com/mishoo/UglifyJS2).
3737
- HTML minified with [html-minifier](https://github.com/kangax/html-minifier).
3838
- CSS across all components extracted into a single file and minified with [cssnano](https://github.com/ben-eb/cssnano).
39-
- All static assets compiled with version hashes for efficient long-term caching, and a production `index.html` is auto-generated with proper URLs to these generated assets.
39+
- Static assets compiled with version hashes for efficient long-term caching, and an auto-generated production `index.html` with proper URLs to these generated assets.
4040
- Use `npm run build --report`to build with bundle size analytics.
4141

4242
- `npm run unit`: Unit tests run in PhantomJS with [Karma](http://karma-runner.github.io/0.13/index.html) + [Mocha](http://mochajs.org/) + [karma-webpack](https://github.com/webpack/karma-webpack).

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ npm test
3333
{{/if_or}}
3434
```
3535

36-
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
36+
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

template/config/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
'use stxrict'
2-
// Template version: 1.1.0
1+
2+
'use strict'
3+
// Template version: 1.1.1
34
// see http://vuejs-templates.github.io/webpack for documentation.
45

56
const path = require('path')

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"eslint-plugin-node": "^5.2.0",
4646
{{/if_eq}}
4747
{{#if_eq lintConfig "airbnb"}}
48-
"eslint-config-airbnb-base": "^12.0.1",
48+
"eslint-config-airbnb-base": "^11.3.0",
4949
"eslint-import-resolver-webpack": "^0.8.3",
5050
"eslint-plugin-import": "^2.7.0",
5151
{{/if_eq}}

0 commit comments

Comments
 (0)