Updated some md files

This commit is contained in:
UKDTOM 2020-05-16 23:39:46 +02:00
parent b7a9d0b98a
commit b5229eb677
2 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