diff --git a/.gitignore b/.gitignore index c426c32..8a9147b 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,6 @@ out/ /.nb-gradle/ ### VS Code ### -.vscode/ \ No newline at end of file +.vscode/ + +src/main/js/pluckr-app-ts \ No newline at end of file diff --git a/src/main/js/pluckr-app/README.md b/src/main/js/pluckr-app/README.md index df8ad47..2eacbd4 100644 --- a/src/main/js/pluckr-app/README.md +++ b/src/main/js/pluckr-app/README.md @@ -10,7 +10,7 @@ To get started: -```sh +```bash npm init @open-wc # requires node 10 & npm 6 or higher ``` @@ -22,9 +22,10 @@ npm init @open-wc - `build` builds your app and outputs it in your `dist` directory - `test` runs your test suite with Web Test Runner - `lint` runs the linter for your project +- `format` fixes linting and formatting errors ## Tooling configs For most of the tools, the configuration is in the `package.json` to reduce the amount of files in your project. -If you customize the configuration a lot, you can consider moving them to individual files. \ No newline at end of file +If you customize the configuration a lot, you can consider moving them to individual files. diff --git a/src/main/js/pluckr-app/assets/open-wc-logo.svg b/src/main/js/pluckr-app/assets/open-wc-logo.svg new file mode 100644 index 0000000..c3ec9a5 --- /dev/null +++ b/src/main/js/pluckr-app/assets/open-wc-logo.svg @@ -0,0 +1,29 @@ + diff --git a/src/main/js/pluckr-app/index.html b/src/main/js/pluckr-app/index.html index 51d9202..4b892af 100644 --- a/src/main/js/pluckr-app/index.html +++ b/src/main/js/pluckr-app/index.html @@ -22,7 +22,7 @@