Vue 3 + TypeScript
Built with Vue 3 Composition API and full TypeScript support for type safety
Get started building full-stack applications with modern tooling
# Clone the repository
git clone https://github.com/ProjectDepot/vue-node-sqlite-starter.git
cd vue-node-sqlite-starter
# Install dependencies
npm install
# Start development servers
npm run devThe application will be available at:
vue-node-sqlite-starter/
├── client/ # Vue 3 frontend
├── server/ # Node.js backend
├── shared/ # Shared types and utilities
├── docs/ # Documentation (VitePress)
└── package.json # Root workspace configuration