mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 02:53:05 +00:00
Updated some md files
This commit is contained in:
parent
b7a9d0b98a
commit
b5229eb677
2 changed files with 31 additions and 21 deletions
29
DEVELOPER.md
Normal file
29
DEVELOPER.md
Normal 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/).
|
23
README.md
23
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
|
||||
|
|
Loading…
Reference in a new issue