diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | public/config.yml.dist | 2 | ||||
-rw-r--r-- | src/assets/defaults.yml | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -47,6 +47,8 @@ npm run build | |||
47 | ``` | 47 | ``` |
48 | 48 | ||
49 | Then your dashboard is ready to use in the `/dist` directory. | 49 | Then your dashboard is ready to use in the `/dist` directory. |
50 | The `dist` directory is meant to be served by an HTTP server, so **it will not work if you open dist/index.html directly over file:// protocol**. | ||
51 | |||
50 | Use it like any static HTML content (use a webserver or open the html index directly). | 52 | Use it like any static HTML content (use a webserver or open the html index directly). |
51 | 53 | ||
52 | ## Developement | 54 | ## Developement |
diff --git a/public/config.yml.dist b/public/config.yml.dist index d2f1fdf..6be66e1 100644 --- a/public/config.yml.dist +++ b/public/config.yml.dist | |||
@@ -5,7 +5,7 @@ | |||
5 | title: "Demo dashboard" | 5 | title: "Demo dashboard" |
6 | subtitle: "Homer" | 6 | subtitle: "Homer" |
7 | logo: "logo.png" | 7 | logo: "logo.png" |
8 | # icon: "fas fa-skull-crossbones" Optional icon | 8 | # icon: "fas fa-skull-crossbones" # Optional icon |
9 | 9 | ||
10 | header: true | 10 | header: true |
11 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. | 11 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. |
diff --git a/src/assets/defaults.yml b/src/assets/defaults.yml index bf3a367..a699d28 100644 --- a/src/assets/defaults.yml +++ b/src/assets/defaults.yml | |||
@@ -3,7 +3,6 @@ | |||
3 | 3 | ||
4 | title: "Dashboard" | 4 | title: "Dashboard" |
5 | subtitle: "Homer" | 5 | subtitle: "Homer" |
6 | logo: "logo.png" | ||
7 | 6 | ||
8 | header: true | 7 | header: true |
9 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. | 8 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. |