文件名称:java后端源码-java-play-react-seed:JavaPlay2.7.x+React种子项目,具有成熟的构建过程
文件大小:1.39MB
文件格式:ZIP
更新时间:2024-06-25 03:10:56
系统开源
java原始源码 Java Play React 种子 使用 play 框架开发 Web 应用程序后端/服务和使用 React Create App 的前端,所有这些都在一个完全集成的工作流和单个统一控制台中。 这种方法将提供完美的开发体验,而无需 CORS 麻烦。 阅读更多 @ 使用总结 如何使用它? 先决条件 (推荐 1.8 或更高版本) 让我们开始吧, 分叉或克隆此存储库。 使用以下任何命令,这些命令将触发前端相关的 npm 脚本。 sbt clean # Clean existing build artifacts sbt stage # Build your application from your project’s source directory sbt run # Run both backend and frontend builds in watch mode sbt dist # Build both backend and frontend sources into a single distribution artifact sbt test # Run
【文件预览】:
java-play-react-seed-master
----sbt(44B)
----conf()
--------application.conf(12KB)
--------logback.xml(1KB)
--------routes(502B)
----test()
--------HomeControllerTest.java(1KB)
----sbt-dist()
--------bin()
--------conf()
----LICENSE(1KB)
----app()
--------controllers()
--------Module.java(531B)
----build.sbt(635B)
----ui-build.sbt(3KB)
----ui()
--------.eslintrc(29B)
--------package.json(883B)
--------src()
--------.gitignore(299B)
--------.npmrc(19B)
--------public()
--------README.md(3KB)
--------yarn.lock(422KB)
--------.editorconfig(245B)
----.gitignore(87B)
----project()
--------plugins.sbt(449B)
--------FrontendRunHook.scala(1KB)
--------FrontendCommands.scala(297B)
--------build.properties(18B)
----react.png(183KB)
----README.md(9KB)
----sbt.bat(52B)