Commit graph

20 commits

Author SHA1 Message Date
Romain fb23bd5d26
Fix empty WebUI static assets directory 2022-02-18 15:44:08 +01:00
Antoine 70359e5d27
Replace go-bindata with Go embed
Co-authored-by: nrwiersma <nick@wiersma.co.za>
2021-09-15 10:36:14 +02:00
Sandro 0d7761f097
Fix typos in documentation 2020-04-08 18:54:03 +02:00
Antoine Caron 0048156379 chore(node/webui): update node to 12.11 version 2019-10-14 17:18:04 +02:00
Jorge Gonzalez fd24b1898e Add a new dashboard page. 2019-08-26 18:15:41 +02:00
Antoine Caron 1bccbf061b refactor(webui): use @vue/cli to bootstrap new ui 2019-07-15 10:58:03 +02:00
Anton Dalgren 55a1a81010 Fixed readme misspelling 2019-05-17 13:40:04 +02:00
Antoine CARON c5c8382742 chore(webui): format code with prettier 2019-02-05 18:18:04 +01:00
Gérald Croës e6a88f3531 Uses ASCII characters to spell Traefik 2018-10-17 16:24:04 +02:00
Jan Kuri 9c651ae913 New web ui 2018-04-27 13:12:04 +02:00
Ludovic Fernandez d5bbb103d4 HTTPS for images, video and links in docs. 2017-09-01 19:44:03 +02:00
Gaetan Semet 5b2e8990f1 prefere yarnpkg over yarn
to avoid conflict with Hadoop Yarn cli.

I don’t know the best practice, but i do
have Apache Yarn installed on my machine, so
I get this conflict. Of course this conflict does
not arised when building within the docker.

https://github.com/yarnpkg/yarn/issues/2337
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2017-05-10 17:35:17 +02:00
Emile Vauge 19a7d22eef
License 2017, Træfɪk => Træfik
Signed-off-by: Emile Vauge <emile@vauge.com>
2017-04-24 15:12:44 +02:00
Fernandez Ludovic 4e81d41d06 doc: update web ui documentation
- update web ui dev documentation
- update Dashboard screenshot.
2017-04-24 10:04:58 +02:00
Ed Robinson 987ab7612d
Use the yarn pacakge manager for javascript
[Yarn](https://yarnpkg.com/) is a drop in replacement for npm.

We should use it because:

* It's faster
* It uses a lockfile, making the builds more deterministic.
2016-11-16 12:02:30 +00:00
Micaël e059239bc3 Move webui to FountainJS with Webpack 2016-07-27 16:16:02 +02:00
Fernandez Ludovic 06654ff3a6 chore(webui): better build command
- clean before build (mode force)
- update documentation
- update `Makefile`
- ordering build
2016-01-27 22:38:10 +01:00
Fernandez Ludovic 5bfcfeb779 feat: build static file in global process
- Create a webui DockerFile
- add task `generate-webui`
- use task `generate-webui` in build process
2016-01-20 23:24:19 +01:00
Fernandez Ludovic faa7fd0f05 docs(webui): add more documentation 2016-01-20 20:06:07 +01:00
Fernandez Ludovic b7a71edfcb feat: new Web UI build system
- use generator-gulp-angular by @swiip
- remove old static file
2016-01-20 20:06:07 +01:00
Renamed from static/readme.md (Browse further)