Gathering detailed insights and metrics for create-modern-vite-app
Gathering detailed insights and metrics for create-modern-vite-app
Gathering detailed insights and metrics for create-modern-vite-app
Gathering detailed insights and metrics for create-modern-vite-app
npm install create-modern-vite-app
Typescript
Module System
Node Version
NPM Version
Mustache (61.97%)
TypeScript (30.73%)
JavaScript (7.3%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
4 Commits
1 Branches
1 Contributors
Updated on Jul 11, 2025
Latest Version
1.0.10
Package Id
create-modern-vite-app@1.0.10
Unpacked Size
90.00 kB
Size
20.54 kB
File Count
18
NPM Version
10.8.2
Node Version
20.17.0
Published on
Jul 11, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
A powerful CLI tool to generate modern React starter projects with Vite, TypeScript, and various popular libraries. Features professional UI integration with Ant Design, advanced SCSS support, and comprehensive template system.
1# Using npm 2npx create-modern-vite-app@latest my-app 3 4# Using yarn 5yarn create modern-vite-app my-app 6 7# Using pnpm 8pnpm create modern-vite-app my-app
Create a modern React app with all features:
1# Interactive setup 2npx create-modern-vite-app@latest my-modern-app 3 4# Quick setup with all features 5npx create-modern-vite-app@latest my-app --template "Basic React" --features "scss,antd,redux,router,axios,linting" --yes
The CLI will guide you through the setup process:
1# Skip interactive prompts 2npx create-modern-vite-app@latest my-app --yes 3 4# Specify template 5npx create-modern-vite-app@latest my-app --template "React Admin Dashboard" 6 7# Add specific features 8npx create-modern-vite-app@latest my-app --features scss,antd,redux,router 9 10# Choose package manager 11npx create-modern-vite-app@latest my-app --package-manager yarn 12 13# Use JavaScript instead of TypeScript 14npx create-modern-vite-app@latest my-app --language javascript
my-app/
├── public/
│ └── vite.svg
├── src/
│ ├── components/ # Reusable components
│ ├── pages/ # Page components (Home, About)
│ ├── store/ # Redux store (if selected)
│ ├── utils/ # Utility functions
│ ├── App.tsx # Main App component with Layout
│ ├── main.tsx # Application entry point with providers
│ └── index.scss # Global styles with custom variables
├── package.json
├── tsconfig.json # TypeScript configuration
├── vite.config.ts # Vite configuration
├── eslint.config.js # ESLint configuration (if selected)
└── README.md
npm install
npm run dev
http://localhost:5173
🎨 Beautiful UI Showcase: Complete redesign with stunning feature demonstrations
🔥 Interactive Demos: Live Redux counter, API integration, and progress indicators
📊 Feature Cards: Beautiful cards showcasing each selected technology
🎯 Technology Stack Display: Visual representation of all included technologies
📱 Responsive Design: Mobile-first design with professional layouts
🎭 Animations: Smooth fade-in animations and hover effects
🌟 Hero Sections: Eye-catching gradient hero sections on both pages
📈 Progress Bars: Dynamic progress indicators and status badges
🔗 Enhanced Navigation: Professional navigation with icons and active states
📝 Sample Data: Real API integration with JSONPlaceholder for demonstrations
When you create a project with create-modern-vite-app
, you don't just get a basic template - you get a comprehensive showcase of modern web development:
Template rendering errors:
1# Always use the latest version 2npx create-modern-vite-app@latest my-app
Style conflicts: The package now includes professional styling that complements UI frameworks rather than conflicting with them.
Build issues: All templates are pre-tested and verified to work with the latest dependencies.
Contributions are welcome! Please read our Contributing Guide for details.
See CHANGELOG.md for a detailed history of changes.
MIT © anirband513
No vulnerabilities found.
No security vulnerabilities found.