Merge pull request #2 from WebTools-NG/master

update translate
This commit is contained in:
Tommy Mikkelsen 2020-05-16 23:52:20 +02:00 committed by GitHub
commit 39c6982aba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 21 deletions

29
DEVELOPER.md Normal file
View file

@ -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/).

View file

@ -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

0
src/locales/de.json Normal file
View file