Skip to content
forked from daptin/dadadash

Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy

License

Notifications You must be signed in to change notification settings

forkkit/dadadash

 
 

Repository files navigation

Dadadash

Deploy

Selfhost and own your suite of applications for office.

  • File/folder manager
  • Rich document editor
  • Spreadsheet editor
  • Calendar
  • Data tables with CRUD API's

Status

Current release (pre v1) is free for all to use and does not come with any dedicated support.

Try it now

docker run -p 8080:8080 daptin/dadadash

What is inside

 new workspace  worksapce view
 new base  new app item menu
 document editor  spreadsheet editor
 data tables  file browser
 calendar  File browser

For developers

Build from source

Install the dependencies

npm install -g @quasar/cli && 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.)

npm run dev

Build the app for production

npm run build

About

Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 49.4%
  • HTML 38.9%
  • CSS 8.3%
  • JavaScript 3.3%
  • Other 0.1%