Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daptin/dadadash
Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy
https://github.com/daptin/dadadash
calendar cms crud-api document-editor file-manager office-suite spreadsheet-editor
Last synced: 15 days ago
JSON representation
Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy
- Host: GitHub
- URL: https://github.com/daptin/dadadash
- Owner: daptin
- License: agpl-3.0
- Created: 2020-10-22T05:58:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T06:58:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T03:10:41.437Z (8 months ago)
- Topics: calendar, cms, crud-api, document-editor, file-manager, office-suite, spreadsheet-editor
- Language: Vue
- Homepage:
- Size: 20 MB
- Stars: 171
- Watchers: 10
- Forks: 25
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - GitHub
README
# Dadadash
## Try it now
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Fdaptin%2Fdadadash%2F)
```docker run -p 8080:8080 daptin/dadadash```
Office application suite
- File/folder manager
- Rich document editor
- Spreadsheet editor
- Calendar
- Data tables with CRUD API's## What is inside
| | |
|------------------------------------------------|------------------------------------------------------|
| ![ new workspace](assets/newWorkspace.png) | ![ worksapce view](assets/workspaceView.png) |
| ![ new base](assets/newBase.png) | ![ new app item menu](assets/newAppItemMenu.png) |
| ![ document editor](assets/documentEditor.png) | ![ spreadsheet editor](assets/spreadsheetEditor.png) |
| ![ data tables](assets/dataTable.png) | ![ file browser](assets/fileBrowser.png) |
| ![ calendar](assets/newCalendarEvent.png) | ![ File browser](assets/7.png) |## Dev
### Build from source
#### Install the dependencies
```bash
npm install -g @quasar/[email protected] && npm install && npm run build
docker build -t dadadash
docker run -p 8080:8080 dadadash
```#### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
npm run dev
```#### Build the app for production
```bash
npm run build
```