From 6bb38900a4dc3f730a577e475dbe71a201a5899c Mon Sep 17 00:00:00 2001 From: Zyie <24736175+Zyie@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:31:17 +0000 Subject: [PATCH] add versions --- blog/2025-12-06-pixi-create.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/blog/2025-12-06-pixi-create.mdx b/blog/2025-12-06-pixi-create.mdx index 3a4fd3d57..54ba3addd 100644 --- a/blog/2025-12-06-pixi-create.mdx +++ b/blog/2025-12-06-pixi-create.mdx @@ -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: @@ -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: @@ -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)**