文件名称:xblog:只是为了在 Scala 和 Play 上练习!
文件大小:1.01MB
文件格式:ZIP
更新时间:2024-07-30 01:55:53
JavaScript
Play+AngularJS+RequireJS 的示例应用程序。 介绍 此模板应用程序展示了如何使用 、 、 和组织您的应用程序。 它展示了一种不同于官方模块组织方式。 有关完整说明,请阅读以下博客文章: : Play 2.2 和更新的 WebJars 的更新解释如下: : Play 2.3 和 sbt-web 的更改将很快讨论! 代码组织 JavaScript 模块的组织方式如下: |- app |-- assets |--- javascripts <- contains all the JavaScript/CoffeeScript modules |---- app.js <- app module, wires everything together |---- main.js <- tells RequireJS how
【文件预览】:
xblog-master
----.jshintrc(209B)
----.gitignore(162B)
----app()
--------assets()
--------models()
--------views()
--------Global.scala(365B)
--------controllers()
----project()
--------plugins.sbt(733B)
--------build.properties(132B)
----LICENSE(551B)
----public()
--------images()
----activator-launch-1.2.3.jar(1.13MB)
----README.md(2KB)
----activator.bat(7KB)
----conf()
--------prod.conf(212B)
--------routes(1KB)
--------application.conf(2KB)
----activator(9KB)
----build.sbt(3KB)