0.0.3-0 • Published 3 years ago

create-geely-app v0.0.3-0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

create-geely-app

Scaffolding Your First Project

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

With NPM:

$ npm init geely-app

With Yarn:

$ yarn create geely-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, to scaffold a Vite + Vue project, run:

# npm 6.x
npm init geely-app my-vue-app --template vue

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

# yarn
yarn create geely-app my-vue-app --template vue

Currently supported template presets include:

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