@ray-js/create-app
v1.6.6
Published
Create app for ray
Downloads
1,614
Readme
npx
npx @ray-js/create-app my-app
(npx is a package runner tool that comes with npm 5.2+ and higher, see instructions for older npm versions)
npm
npm init @ray-js/app my-app
npm init is available in npm 6+
Yarn
yarn create @ray-js/app my-app
注意:
- 模板 npm 包
@ray-js/tuya-cra-template
- 模板仓库