All Projects → remaxjs → create-remax-app

remaxjs / create-remax-app

Licence: other
Create miniapp project with remax.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].