mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-20 16:36:01 +00:00
main

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
…
…
…
…
…
…
…
Nextcloud App »Tables«
Manage data the way you need it.
With this app you are able to create your own tables with individual columns. You can start with a template or from scratch and add your wanted columns.
Documentation
General information
https://github.com/nextcloud/tables/wiki
Administration
https://github.com/nextcloud/tables/wiki/Administration
API
https://github.com/nextcloud/tables/wiki/API
Developer information
https://github.com/nextcloud/tables/wiki/Developing
Installation/Update
The app can be installed through the app store within Nextcloud. You can also download the latest release from the release page.
Install from source code
To build you will need to have Node.js and Composer installed.
- Clone repository into the app-directory:
cd /path/to/apps && git clone https://github.com/nextcloud/tables && cd tables
- Install PHP dependencies:
composer install --no-dev
- Install JS dependencies:
npm ci
- Build JavaScript for the frontend
- Development build
npm run dev
or - Watch for changes
npm run watch
or - Production build
npm run build
- Development build
Description
Languages
JavaScript
49.5%
PHP
24.8%
Vue
14.9%
TypeScript
6.7%
Gherkin
3.5%
Other
0.5%