Skip to content

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

daptin/dadadash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1b53f64 · Dec 19, 2024
Oct 11, 2024
Nov 18, 2020
Jan 19, 2021
Nov 4, 2020
Mar 5, 2021
Mar 4, 2021
Mar 5, 2021
Dec 19, 2024
Oct 24, 2020
Jan 21, 2021
Jan 21, 2021
Jan 21, 2021
Oct 10, 2024
Jan 21, 2021
Oct 10, 2024
Jan 21, 2021
Oct 10, 2024
Jan 21, 2021
Oct 11, 2024
Jan 21, 2021
Jan 21, 2021
Oct 10, 2024
Oct 10, 2024
Oct 10, 2024
Jan 21, 2021

Repository files navigation

Dadadash

Try it now

Deploy

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  worksapce view
 new base  new app item menu
 document editor  spreadsheet editor
 data tables  file browser
 calendar  File browser

Dev

Build from source

Install the dependencies

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.)

npm run dev

Build the app for production

npm run build