create-neu-miniapp
v1.0.6
Published
An easy way to start a Mini App project
Downloads
3
Readme
📦 Use
# 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.
📖 introduce
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.
🚤 Quick use
npm create neu-miniapp <Project name>