daptin / dadadash

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/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

License:GNU Affero General Public License v3.0


Languages

Language:Vue 54.7%Language:HTML 33.9%Language:CSS 7.2%Language:JavaScript 4.1%Language:SCSS 0.1%Language:Dockerfile 0.0%