You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ $ npm install
21
21
$ npm run dev
22
22
```
23
23
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.
25
25
26
26
## What's Included
27
27
@@ -36,7 +36,7 @@ If port 8080 is already in use on your machine you must change the port number i
36
36
- JavaScript minified with [UglifyJS](https://github.com/mishoo/UglifyJS2).
37
37
- HTML minified with [html-minifier](https://github.com/kangax/html-minifier).
38
38
- 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.
40
40
- Use `npm run build --report`to build with bundle size analytics.
41
41
42
42
-`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).
Copy file name to clipboardExpand all lines: template/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,4 +33,4 @@ npm test
33
33
{{/if_or}}
34
34
```
35
35
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).
0 commit comments