# vue-pixi-demo **Repository Path**: cowjiang/vue-pixi-demo ## Basic Information - **Project Name**: vue-pixi-demo - **Description**: 基于Vue3、Typescript、Pixi、GSAP、PhyTouch的一镜到底交互H5 - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/Cowjiang/vue-pixi-demo - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2022-07-15 - **Last Updated**: 2023-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: pixijs, TypeScript, gsap, Vue, PhyTouch ## README ## 基于Vue3、Typescript、Pixi、GSAP、PhyTouch的一镜到底交互H5 ### 相关依赖 ``` Vue.js 3.2 Typescript Vite Pinia Pixi 6 (@pixi/gif、@pixi/sound) GSAP 3 (TimelineMax、TweenMax) PhyTouch WindiCSS VConsole ``` ### 编译打包 ``` npm run dev npm run build ``` ### 打包后运行 ``` npm i http-server -g http-server ```