@epig/create-app
v1.7.0
Published
create react app
Downloads
9
Readme
@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
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