Sample TODO app, based on Vue3
https://basebox.io
bbconf | ||
public | ||
src | ||
.gitignore | ||
index.html | ||
package-lock.json | ||
package.json | ||
README.md | ||
vite.config.js |
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.
Recommended IDE Setup
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