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 59344e7 commit a95e8d4Copy full SHA for a95e8d4
README.md
@@ -1,14 +1,25 @@
1
#PythonPH
2
3
-## Prerequisites
+
4
+### Prerequisites
5
* Docker
6
* Docker Compose
7
* Git
8
+* VueJS
9
10
-## Spinning a docker container
11
+### Spinning a docker container
12
```bash
13
$ docker-compose -f compose/development.yml run -d --rm --name <name> --service-ports app
14
```
-###### Notes:
15
+#### Notes:
16
* Change `name` into what you want to call your container.
17
* Update `development.yml` if there's conflicting with the ports.
18
19
20
+### Building vue files
21
+Run the make command
22
+* vue - Create production bundle of vue files
23
+* vue_dev - Create development bundle of vue files
24
25
+example: `make vue` or `make vue_dev`
0 commit comments