# Light Blue Vue - Modern Vue 3 Admin Dashboard Template [View Demo](https://flatlogic.com/templates/light-blue-vue/demo) | [Download](https://github.com/flatlogic/light-blue-vue/archive/refs/heads/master.zip) | [More Templates](https://flatlogic.com/templates) | [Discord Community](https://discord.gg/flatlogic-community) | [Support Forum](https://flatlogic.com/forum) [![image](https://user-images.githubusercontent.com/1212194/54691119-c3172500-4b33-11e9-8f2f-1a5e1610dbc5.png)](https://flatlogic.com/admin-dashboards/light-blue-vue/demo) **Originally a premium product priced at $69+, made available for free in January 2025!** Looking for a perfect codebase generator for your Startup? Try [Flatlogic AI Web App Generator](https://flatlogic.com/generator). --- ## Why Light Blue Vue? - **Modern Stack**: Vue 3.5+ with Composition API, TypeScript, and Vite - **Tons of Components**: Hundreds of ready-to-use UI elements, charts, and more - **Type-Safe**: Full TypeScript support with strict mode - **Fast Development**: Vite for instant HMR and fast builds - **Join the Community**: [Flatlogic Discord](https://discord.gg/flatlogic-community) is where the action happens - **Free Node.js Backend**: Pair it up with [this backend](https://github.com/flatlogic/nodejs-backend) to go full-stack --- ## Quick Start 1. **Clone the repo** ```bash git clone https://github.com/flatlogic/light-blue-vue.git cd light-blue-vue ``` 2. **Install dependencies** ```bash npm install ``` 3. **Run the development server** ```bash npm run dev ``` Navigate to http://localhost:3000/ 4. **Build for production** ```bash npm run build ``` 5. **Preview production build** ```bash npm run preview ``` --- ## Available Scripts | Command | Description | |---------|-------------| | `npm run dev` | Start development server with HMR | | `npm run build` | Build for production | | `npm run preview` | Preview production build locally | | `npm run type-check` | Run TypeScript type checking | | `npm run lint` | Run ESLint and auto-fix issues | | `npm run test` | Run tests with Vitest | --- ## Features - Vue 3.5+ with Composition API and `