create-weex
v0.0.14
Published
create weex template project
Downloads
32
Readme
Create Weex Template App
Notice: Require Node.js v12+
Usage
- Use npm
npm init weex@latest my-appWill create a template project with the folder name my-app, the project name is optional.
- Use pnpm
pnpm create weex my-appor just:
pnpm create weex