Skip to content

Commit 874dde6

Browse files
Update README for vue files instruction
1 parent 59344e7 commit 874dde6

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
#PythonPH
1+
# PythonPH
22

3-
## Prerequisites
3+
4+
### Prerequisites
45
* Docker
56
* Docker Compose
67
* Git
8+
* VueJS
9+
710

8-
## Spinning a docker container
11+
### Spinning a docker container
912
```bash
1013
$ docker-compose -f compose/development.yml run -d --rm --name <name> --service-ports app
1114
```
12-
###### Notes:
15+
#### Notes:
1316
* Change `name` into what you want to call your container.
1417
* 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

Comments
 (0)