galacean / create-galacean-app

A tool for creating your oasis application. Currently supported template presets include Vanilla、React and Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Galacean App

A tool for creating your galacean application. Currently supported template presets include:

  • Vanilla(Use Vanilla JavaScript/TypeScript)
  • React(React Template)
  • Vue(Vue Template)
  • Ali-Mini(Alibaba Mini Program)
  • Library(Galacean Library)
  • MiniGame(Alipay Mini Game)

Usage

pnpm

pnpm create galacean

npm

Compatibility Note: Node.js version >=12.0.0.

npm init galacean

yarn

yarn create galacean

After creating a template, run:

npm install
npm run dev

Open your browser, you can see:

image-20210208112945261

Enjoy your exploration of galacean.

About

A tool for creating your oasis application. Currently supported template presets include Vanilla、React and Vue.


Languages

Language:TypeScript 68.7%Language:HTML 10.3%Language:JavaScript 9.5%Language:CSS 9.3%Language:Vue 2.2%