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