We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f533ae commit 28b31c0Copy full SHA for 28b31c0
README.rst
@@ -20,17 +20,20 @@ Usage
20
21
npm run start # launch + hot reloading + watch file changes http://localhost:3099
22
23
+
24
npm run build # build to dist/
25
26
Environmental variables
27
"""""""""""""""""""""""
28
29
`Webpack's environmental variables`_ can be passed (``--env``):
30
-``npm run start -- --env.devServerPort 3082``
31
+``npm run start -- --env.devServerPort 3082``, build + watch at http://localhost:3082
32
33
``npm run start -- --env.production``
34
35
+``npm run start -- --open`` Launch browser + build + watch files, http://localhost:3099
36
37
.. _Webpack's environmental variables: https://webpack.js.org/guides/environment-variables/
38
39
Contribution guidelines
0 commit comments