Skip to content
Snippets Groups Projects
Commit e78a8ff2 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added initalization help to docs

parent 36a3943d
Branches
No related tags found
No related merge requests found
......@@ -24,6 +24,16 @@ sudo npm install -g cordova --unsafe-perm
```
## Build Setup (vuejs)
You need to add your local configuration file before you do this. The file's name must be `src/components/CommonUtilLocal.vue`, and here's example content:
```html
<script>
export default {
CONST_URL_DOMAIN : 'https://logic.vips.nibio.no',
CONST_DEBUG : false
}
</script>
```
Then you can install the dependencies and run the test web server
``` bash
# install dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment