[go: up one dir, main page]

Skip to content

fxf111/learning-pixijs-chinese-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixi.js中文教程/示例

打开 https://pixijs.huashengweilai.com进行查看。

教程翻译仍在进行中,欢迎各位小伙伴参与翻译、校对指正。

如何使用文档

查看此教程方式有两种,具体如下。

  • 直接访问上述网站

  • 克隆此仓库内容

克隆此仓库,完成后进入learning-pixijs-chinese-docs目录

> git clone https://github.com/fxf111/learning-pixijs-chinese-docs.git

安装vuepress

> npm install -g vuepress

启动服务,访问http://localhost:8080

> npm run dev