Shopping-List
A shopping list app for Nextcloud.
File Explorer
- Nextcloud Shopping List Example.png
- info.xml
- routes.php
- index-23fjjBcZ.chunk.css
- main-C1o4uwN8.chunk.css
- public-Bk6kUMnh.chunk.css
- shopping_list-main.css
- shopping_list-public.css
- app.svg
- index-C3GEyPk4.chunk.mjs
- index-C3GEyPk4.chunk.mjs.map
- index-DLEh-iBm.chunk.mjs
- index-DLEh-iBm.chunk.mjs.map
- shopping_list-main.mjs
- shopping_list-main.mjs.map
- shopping_list-public.mjs
- shopping_list-public.mjs.map
- de.js
- de.json
- fi.js
- fi.json
- fr.js
- fr.json
- nl.js
- nl.json
- sk.js
- sk.json
- Application.php
- ItemController.php
- ListController.php
- PageController.php
- PreferencesController.php
- PublicListController.php
- PublicPageController.php
- ShareController.php
- ShopAreaController.php
- TagController.php
- Item.php
- ItemMapper.php
- ItemTag.php
- ItemTagMapper.php
- ListShare.php
- ListShareMapper.php
- ShopArea.php
- ShopAreaMapper.php
- ShoppingList.php
- ShoppingListMapper.php
- Tag.php
- TagMapper.php
- Version1000Date20260406000000.php
- Version1001Date20260411000000.php
- Version1002Date20260411000001.php
- Version1003Date20260428000000.php
- Version1004Date20260627000000.php
- Version1005Date20260701000000.php
- Notifier.php
- ItemService.php
- ListService.php
- NoPermissionException.php
- NotFoundException.php
- PasswordRequiredException.php
- PushService.php
- ShareService.php
- ShopAreaService.php
- TagService.php
- af.json
- ar.json
- ca.json
- CONTEXT.md
- cs.json
- da.json
- de.json
- el.json
- en.json
- es.json
- fi.json
- fr.json
- he.json
- hr.json
- hu.json
- it.json
- ja.json
- ko.json
- nl.json
- no.json
- pl.json
- pt.json
- pt_BR.json
- pt_PT.json
- ro.json
- ru.json
- sk.json
- sr.json
- sv.json
- tr.json
- uk.json
- vi.json
- zh.json
- zh_CN.json
- af.json
- ar.json
- ca.json
- cs.json
- da.json
- de.json
- el.json
- en.json
- es.json
- fi.json
- fr.json
- he.json
- hr.json
- hu.json
- it.json
- ja.json
- ko.json
- nl.json
- no.json
- pl.json
- pt.json
- pt_BR.json
- pt_PT.json
- ro.json
- ru.json
- sk.json
- sr.json
- sv.json
- tr.json
- uk.json
- vi.json
- zh.json
- zh_CN.json
- validate.mjs
- AreaKeywordsSettings.vue
- EmptyState.vue
- ItemEditor.vue
- ItemRow.vue
- ListSidebar.vue
- ListView.vue
- OfflineIndicator.vue
- PublicListView.vue
- ShareDialog.vue
- ShopAreaBadge.vue
- TagChip.vue
- TagInput.vue
- useApi.ts
- usePush.ts
- db.ts
- mutationQueue.ts
- networkStatus.ts
- piniaPlugin.ts
- syncEngine.ts
- items.ts
- lists.ts
- shares.ts
- shopAreas.ts
- tags.ts
- index.ts
- fold.ts
- inputExamples.test.ts
- inputExamples.ts
- itemMerge.ts
- listText.test.ts
- listText.ts
- localePacks.ts
- parseIngredient.test.ts
- parseIngredient.ts
- App.vue
- main.ts
- public.ts
- PublicApp.vue
- index.php
- public.php
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.pot
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- shopping_list.po
- README.md
- .eslintrc.cjs
- .nextcloudignore
- CHANGELOG.md
- composer.json
- LICENSE
- Makefile
- package-lock.json
- package.json
- po2nextcloud.mjs
- tsconfig.json
- vite.config.ts
- vitest.config.ts
- .gitattributes
- .gitignore
- crowdin.yml
- README.md
- TRANSLATING.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
npm ci
View Details ▼
npm ci
Clean install of `npm` project dependencies for automated environments.
Installs packages based on `package-lock.json` or `npm-shrinkwrap.json`.
npm ci
Install project dependencies from `package-lock.json` or `npm-shrinkwrap.json`:
npm ci --omit {{dev|optional|peer}}
Install project dependencies but skip the specified dependency type:
npm ci --ignore-scripts
Install project dependencies without running any pre-/post-scripts defined in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
php
View Details ▼
php
PHP command-line interface.
php {{path/to/file}}
Parse and execute a PHP script:
php {{[-l|--syntax-check]}} {{path/to/file}}
Check syntax on (i.e. [l]int) a PHP script:
php {{[-a|--interactive]}}
Run PHP inter[a]ctively:
# Project Badges
-
ko-fi Visit
-
Shopping List Example
