Sample TODO app, based on Vue3 https://basebox.io
Go to file
2023-03-07 22:12:06 +01:00
bbconf WIP 2023-03-07 22:12:06 +01:00
public WIP; Vue3 project tree 2023-02-28 13:57:31 +01:00
src WIP 2023-03-07 22:12:06 +01:00
.gitignore WIP; Vue3 project tree 2023-02-28 13:57:31 +01:00
index.html WIP; Vue3 project tree 2023-02-28 13:57:31 +01:00
package-lock.json broker config changed 2023-03-02 14:25:56 +01:00
package.json WIP; Vue3 project tree 2023-02-28 13:57:31 +01:00
README.md WIP; Vue3 project tree 2023-02-28 13:57:31 +01:00
vite.config.js WIP; Vue3 project tree 2023-02-28 13:57:31 +01:00

basebox Sample: TODO App

This project implements the Hello World of API-driven apps: a simple TODO app, built with Vue 3.

The bbconf folder contains basebox config files, database schema, type maps etc. and scripts to run broker and dbproxy from within the bbconf directory.

VSCode + Volar (and disable Vetur)

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build