remaxjs / create-remax-app

Create miniapp project with remax.

Home Page:https://remaxjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create miniapp project with remax.

https://remaxjs.org


Languages

Language:TypeScript 78.2%Language:JavaScript 16.9%Language:CSS 4.9%