create-remax3-app
v1.0.1
Published
Create Remax apps with no build configuration.
Downloads
14
Readme
Create Remax App
快速开始
使用 npm
npx create-remax3-app first-remax-app
cd first-remax-app && npm i
npm run dev
(npx 需要 npm 5.2+ 及更高版本,请参阅 npm 旧版说明)
使用 yarn
yarn create-remax3-app first-remax-app
cd first-remax-app && yarn
yarn dev
使用 pnpm
pnpm create-remax3-app first-remax-app
cd first-remax-app && pnpm
pnpm dev