Skip to content

Commit 28b31c0

Browse files
committed
Sync README
1 parent 6f533ae commit 28b31c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,20 @@ Usage
2020
2121
npm run start # launch + hot reloading + watch file changes http://localhost:3099
2222
23+
2324
npm run build # build to dist/
2425
2526
Environmental variables
2627
"""""""""""""""""""""""
2728

2829
`Webpack's environmental variables`_ can be passed (``--env``):
2930

30-
``npm run start -- --env.devServerPort 3082``
31+
``npm run start -- --env.devServerPort 3082``, build + watch at http://localhost:3082
3132

3233
``npm run start -- --env.production``
3334

35+
``npm run start -- --open`` Launch browser + build + watch files, http://localhost:3099
36+
3437
.. _Webpack's environmental variables: https://webpack.js.org/guides/environment-variables/
3538

3639
Contribution guidelines

0 commit comments

Comments
 (0)