# npm
npm create neu-miniapp@latest
# yarn
yarn create neu-miniapp
# pnpm
pnpm create neu-miniapp
[!TIP] It is recommended to add the tag name (@latest), otherwise npm may resolve to the cached outdated package version.
create-neu-miniapp
is a lightweight scaffolding tool for quickly creating Mini App
projects, it can help you quickly create a Mini App
project, and provides some templates for you to choose from.
npm create neu-miniapp <Project name>