Welcome
Project 6 is an open-source framework that helps developers build modern web applications with zero configuration. This guide will help you understand its core features and how to start using it.
Getting Started
- Install Project 6 CLI globally
- Generate a new project with
create-project6
- Navigate to your project folder
- Run the development server with
npm run dev
Core Components
Button
Card
Featured Project
A quick summary of your most important work
Advanced Usage
Custom Configuration
{ "theme": "dark", "features": ["responsive", "animations"], "outputDir": "dist" }
Create a project6.config.json
file in your project root to customize framework settings
API Reference
createApp()
- Initialize a new Project 6 applicationregisterComponent()
- Add custom components to your appuseFeature()
- Enable framework features
Changelog
2.0.0 (2025-03-15)
- ๐ Added new responsive layout system
- ๐จ Complete UI overhaul with modern design
- โก Performance improvements
- โ New component library
1.5.0 (2025-01-10)
- ๐ง Better build system
- โจ Experimental dark mode support
- ๐งช New testing framework