1.0.7 • Published 10 months ago

create-mice-app v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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 app
  • vite - Vite + Mice.js setup
  • react - React + Mice.js setup

Author

Kudzie Mukungurutse

License

MIT Ā© Kudzie Mukungurutse

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago