Home

Awesome

Dadadash

Try it now

Deploy

docker run -p 8080:8080 daptin/dadadash

Office application suite

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@1.4.0 && 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