Skip to content

Vue Node SQLite StarterA modern Vue 3 + Node.js starter with TypeScript and SQLite

Get started building full-stack applications with modern tooling

Quick Start

bash
# 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 dev

The application will be available at:

Project Structure

text
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

What's Included

  • Frontend: Vue 3 with Composition API, TypeScript, Vite
  • Backend: Express.js, TypeScript, SQLite database

Released under the MIT License.