diff --git a/.eslintignore b/.eslintignore index 6c826df..5078cc4 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,5 @@ /src-cordova /.quasar /node_modules -/src-ssr \ No newline at end of file +/src-ssr +.* \ No newline at end of file diff --git a/README.md b/README.md index c0409f1..e747fa0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Dynamischen Managementsystem für Studentenclubs ## Install the dependencies ```bash -npm install +yarn install ``` ## Plugins @@ -29,17 +29,17 @@ The order of the plugins is importend! ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```bash -quasar dev +yarn quasar dev ``` ### Lint the files ```bash -npm run lint +yarn run lint ``` ### Build the app for production ```bash -quasar build +yarn quasar build ```