Doc
This commit is contained in:
parent
c800235ebb
commit
eefe94c1e8
19
README.md
19
README.md
|
@ -62,4 +62,23 @@ However, it takes ages before `ionic serve` takes these modifications into accou
|
|||
* [vscode settings - How can I create templates for file extensions in Visual Studio Code? - Stack Overflow](https://stackoverflow.com/questions/50571130/how-can-i-create-templates-for-file-extensions-in-visual-studio-code)
|
||||
|
||||
|
||||
### Useful commands
|
||||
```bash
|
||||
vdv@nuc:~/projects/tea/dyomedea/dyomedea$ adb --version
|
||||
Android Debug Bridge version 1.0.41
|
||||
Version 33.0.3-8952118
|
||||
Installed as /homext/Android/Sdk/platform-tools/adb
|
||||
|
||||
$ ionic capacitor run --target RFCN20NEZ4R android
|
||||
|
||||
$ ionic serve --no-open
|
||||
|
||||
$ npm test
|
||||
|
||||
$ npx typedoc
|
||||
|
||||
$ npx trapeze run trapeze.config.yaml
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue