Skip to content

Commit

Permalink
add versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Dec 9, 2024
1 parent fe8c15e commit 6bb3890
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions blog/2025-12-06-pixi-create.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: PixiJS Update - Bundler and Creation Templates for Simpler Development
title: PixiJS Update - Start building with PixiJS in just one command! 🚀
description: A look at the new PixiJS Create CLI and Creation Templates for easier project setup.
slug: create-cli
authors:
Expand Down Expand Up @@ -31,8 +31,9 @@ An easy to use CLI that provides templates for using PixiJS with your favourite
## 🚀 Getting Started

[PixiJS Create](https://github.com/pixijs/create-pixi) is a new CLI tool that simplifies the process of setting up a PixiJS project. It provides a quick and easy way to create a new PixiJS project
with the tools you need to get started. Whether you prefer using Vite, Webpack, or esbuild, PixiJS Create has you covered.
with the tools you need to get started with just one command.

Whether you prefer using Vite, Webpack, or esbuild, PixiJS Create has you covered.
It is as simple as running:

NPM:
Expand Down Expand Up @@ -69,8 +70,8 @@ giving you a no-frills environment to start your project without any added compl

### What’s Included?
- Out-of-the-box integration with major bundlers, including:
- **[Vite](https://vite.dev)** + PixiJS (Recommended)
- **[Webpack](https://webpack.js.org/)** + PixiJS
- **[Vite v6](https://vite.dev)** + PixiJS (Recommended)
- **[Webpack v5](https://webpack.js.org/)** + PixiJS
- **[esbuild](https://esbuild.github.io/)** + PixiJS
- PixiJS imported via **[import maps](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script/type/importmap)**

Expand Down

0 comments on commit 6bb3890

Please sign in to comment.