Skip to content

evel-pig/create-react-app

Repository files navigation

@epig/create-react-app

使用说明

npx @epig/create-app my-app
cd my-app
npm start

(npx comes with npm 5.2+ and higher, see instructions for older npm versions)

Then open http://localhost:8000 to see your app. When you’re ready to deploy to production, create a minified bundle with npm run build.

options

@epig/luna

npx @epig/create-app my-app-m --luna

移动端

npx @epig/create-app my-app-m --mobile

npx @epig/create-app my-app-m --luna --mobile

管理后台(使用说明看这里)

npx @epig/create-app my-admin-app --admin