Browse Source

update README for tests & add recommended extensions

Johan Le Baut 3 years ago
parent
commit
c82a622e59
2 changed files with 19 additions and 0 deletions
  1. 6 0
      README.md
  2. 13 0
      code.extensions

+ 6 - 0
README.md

@@ -48,6 +48,12 @@ npm run dbtest
 npm run server-dev
 ```
 
+You can admin the db at http://localhost:8080
+
+Per current file [./.env.development](./.env.development), access local test DB admin with:
+- user : `th`
+- pass : `th123`
+
 ### Run VueJS app with hot reloading upon changes
 ```
 npm run dev

+ 13 - 0
code.extensions

@@ -0,0 +1,13 @@
+code --install-extension Atishay-Jain.All-Autocomplete
+code --install-extension dbaeumer.vscode-eslint
+code --install-extension eamodio.gitlens
+code --install-extension mrmlnc.vscode-scss
+code --install-extension NicholasHsiang.vscode-vue2-snippets
+code --install-extension octref.vetur
+code --install-extension redhat.vscode-commons
+code --install-extension redhat.vscode-yaml
+code --install-extension rvest.vs-code-prettier-eslint
+code --install-extension sdras.vue-vscode-snippets
+code --install-extension shakram02.bash-beautify
+code --install-extension thekalinga.bootstrap4-vscode
+code --install-extension yzhang.markdown-all-in-one