From ea8dcfe3bf1ebe84ac483bb91e37ee4faa0d77ea Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sun, 4 Apr 2021 00:14:44 -0500 Subject: init --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..4771c74 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# pt-database-app + +## Project setup +``` +npm install +``` + +### 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/). -- cgit v1.2.3