Apply 2 suggestion(s) to 1 file(s)
Co-authored-by: William Wadsworth <w.j.wadsworth@bath.ac.uk>
This commit is contained in:
parent
e0d61f3b87
commit
41c91ea712
1 changed files with 2 additions and 2 deletions
|
|
@ -25,11 +25,11 @@
|
|||
|
||||
# Developing
|
||||
|
||||
When developing it is usefule t use the development server so Vue changes happen instantly without the need to rebuild. To start the development server run:
|
||||
When developing it is useful to use the development server so Vue changes happen instantly without the need to rebuild. To start the development server run:
|
||||
|
||||
npm run serve
|
||||
|
||||
You access the development server on a different port (it's printed on the command line when you run the above command). This means that when it starts up you will need to tell it where the microscope server is, using the "override API origin" field in the page that pops up. If you are running a test server on your computer, this is most likely `http://localhost:5000/`.
|
||||
You access the development server on a different port (it's printed on the command line when you run the above command). This means that when the webapp starts up you will need to tell it where the microscope server is, using the "override API origin" field in the page that pops up. If you are running a test server on your computer, this is most likely `http://localhost:5000/`.
|
||||
|
||||
## VS Code and ESLint
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue