create-geega-app

Scaffolding Your First Project

Compatibility Note: requires Node.js version >=12.0.0.

With NPM:

$ npm init @geega/geega-app

With Yarn:

$ yarn create @geega/geega-app

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example run:

# npm 6.x
npm init @geega/geega-app my-vue-app --template vue

# npm 7+, extra double-dash is needed:
npm init @geega/geega-app my-vue-app -- --template vue

# yarn
yarn create @geega/geega-app

# yarn
yarn create @geega/geega-app my-vue-app --template vue

Currently supported template presets include:

  • vue
  • vue-ts
  • vue-ts-admin-vben
  • react
  • react-ts