JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q51726F
  • License MIT

Package Exports

  • create-vite-app-cli
  • create-vite-app-cli/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-vite-app-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-vite-app-cli

a fast create webapp template cli, perfect engineering development experience, currently supported template presets include:

  • react-ts (React + TypeScript + Vite + Pnpm + Zustand + Openapi + Docker)
  • vue-ts (Vue 3 + TypeScript + Vite + Pnpm + Pinia + Openapi + Docker)

Quick Start

Compatibility Note: Vite requires Node.js version 14.18+, 16+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With Run:

# npm
$ npm create vite-app-cli@latest

# pnpm
$ pnpm create vite-app-cli@latest

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 + React project, run:

# npm
npm create vite-app-cli@latest my-react-app --template react-ts

# pnpm
pnpm create vite-app-cli@latest my-react-app --template react-ts

template presets detail:

Contribute Code