1.0.7 ⢠Published 5 months ago
create-mice-app v1.0.7
Create Mice App
Create mice.js apps with one command - a lightweight and modern web application generator.
Quick Start
npm create mice-app my-app
cd my-app
npm run dev
Features
- š Zero configuration setup
- ā”ļø Lightning fast with Vite
- š¦ Component-based architecture
- š Live reload during development
- šØ Bootstrap 5 integration
- š± Responsive by default
- š Simple and intuitive routing
- šÆ Template engine with dynamic data
Project Structure
my-app/
āāā src/
ā āāā components/ # Your custom components
ā āāā pages/ # Your pages
ā āāā main.js # Entry point
āāā public/
ā āāā styles/ # Static assets
āāā index.html # HTML entry
āāā package.json # Project config
Core functionality (@micejs/core) is installed in node_modules.
Available Templates
default
- Basic Mice.js appvite
- Vite + Mice.js setupreact
- React + Mice.js setup
Author
License
MIT Ā© Kudzie Mukungurutse