Skip to content

remaxjs/create-remax-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

watsonhaw5566watsonhaw
and
watsonhaw
Jul 12, 2022
21a5b17 · Jul 12, 2022

History

45 Commits
Mar 10, 2021
Mar 10, 2021
Nov 28, 2019
Jul 12, 2022
Jul 12, 2022
Jul 12, 2022
Jul 12, 2022
Jul 12, 2022
Nov 26, 2019
Jul 12, 2022
Mar 10, 2021
Jul 12, 2022
Mar 10, 2021
Jul 12, 2022

Repository files navigation

Create Remax App

快速开始

使用 npm

npx create-remax-app first-remax-app
cd first-remax-app && npm i
npm run dev

(npx 需要 npm 5.2+ 及更高版本,请参阅 npm 旧版说明)

使用 yarn

yarn create remax-app first-remax-app
cd first-remax-app && yarn
yarn dev

使用 pnpm

pnpm create remax-app first-remax-app
cd first-remax-app && pnpm
pnpm dev