docs(build): Explain how to build with absolute urls

This commit is contained in:
Tixie 2019-03-15 19:10:41 +01:00
parent 21eaa1bda7
commit 2b6c7744a2

View file

@ -20,6 +20,10 @@ npm run serve
```
npm run build
```
If you want absolute public urls
```
npm run build -- --public-url https://my.super.kawaii.website/
```
### Lints and fixes files
```