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: about 1 month 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T06:58:27.000Z (about 2 years ago)
- Last Synced: 2024-04-14T03:10:41.437Z (about 1 year 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
[](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
| | |
|------------------------------------------------|------------------------------------------------------|
|  |  |
|  |  |
|  |  |
|  |  |
|  |  |## 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
```