1.4.0 • Published 1 year ago

create-bms-pro v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

🎁 如何使用

使用 npm

npm create bms-pro@latest

使用 yarn

yarn create bms-pro@latest

使用 pnpm

pnpm create bms-pro@latest

然后按照提示操作即可!

你还可以通过附加的命令行选项直接指定目录名称和你想要使用的模板(目前只有 bms-pro-react 一个模板)。例如:

# npm 6.x
npm create bms-pro@latest my-app --template bms-pro-react

# npm 7+, extra double-dash is needed:
npm create bms-pro@latest my-app -- --template bms-pro-react

# yarn
yarn create bms-pro my-app --template bms-pro-react

# pnpm
pnpm create bms-pro my-app --template bms-pro-react
1.4.0

1 year ago

1.3.0

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago