From b7a9d0b98aa01ca473a1ef520c9109fb373f13bd Mon Sep 17 00:00:00 2001 From: UKDTOM Date: Sat, 16 May 2020 23:17:54 +0200 Subject: [PATCH 1/2] Added empty german translation file --- src/locales/de.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/locales/de.json diff --git a/src/locales/de.json b/src/locales/de.json new file mode 100644 index 0000000..e69de29 From b5229eb6770d07e6d78a6ae4a71f8c642376e81a Mon Sep 17 00:00:00 2001 From: UKDTOM Date: Sat, 16 May 2020 23:39:46 +0200 Subject: [PATCH 2/2] Updated some md files --- DEVELOPER.md | 29 +++++++++++++++++++++++++++++ README.md | 23 ++--------------------- 2 files changed, 31 insertions(+), 21 deletions(-) create mode 100644 DEVELOPER.md diff --git a/DEVELOPER.md b/DEVELOPER.md new file mode 100644 index 0000000..9d3b7b8 --- /dev/null +++ b/DEVELOPER.md @@ -0,0 +1,29 @@ +# webtools-ng + +## Project setup + +```md +npm install +``` + +### Compiles and hot-reloads for development + +```md +npm run serve +``` + +### Compiles and minifies for production + +```md +npm run build +``` + +### Lints and fixes files + +```md +npm run lint +``` + +### Customize configuration + +See [Configuration Reference](https://cli.vuejs.org/config/). diff --git a/README.md b/README.md index e58348f..a1b605d 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,5 @@ # webtools-ng -## Project setup -``` -npm install -``` +This project is WebTools Next Generation -### Compiles and hot-reloads for development -``` -npm run serve -``` - -### Compiles and minifies for production -``` -npm run build -``` - -### Lints and fixes files -``` -npm run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +More to come