JHipster客户端的技术栈(JHipster's Technology stack on the client side)

Single Web page application:

  • AngularJS v1.x or Angular v2+
  • Responsive Web Design with Twitter Bootstrap
  • HTML5 Boilerplate
  • Compatible with IE11 and modern browsers
  • Full internationalization support
  • Optional Sass support for CSS design
  • Optional WebSocket support with Spring Websocket

With the great development workflow:

  • Easy installation of new JavaScript libraries with Bower or Yarn
  • Build, optimization and live reload with Gulp.js or Webpack
  • Testing with Karma, PhantomJS and Protractor

And what if a single Web page application isn’t enough for your needs?

  • Support for the Thymeleaf template engine, to generate Web pages on the server side
  167413
前端框架

Bootstrap

Bootstrap是用于在网络上开发响应式、移动设备优先项目的最流行的HTML,CSS和JS框架。(Bootstrap ...
  64156
编译器

webpack

一个 javascript 和 “朋友” 的捆绑器。将许多模块打包成几个捆绑的资产。代码分割允许按需加载应用程序的部分内...
  32888
包管理器

Yarn

快速、可靠和安全的依赖关系管理。(Fast, reliable, and secure dependency manag...
  32888
编程语言、工具

Gulp.js

Gulp是一个基于Node.js的快速直观的流式构建系统。(Gulp is a fast and intuitive s...
  11921
测试框架及库

Karma

JavaScript的出色的测试运行程序。(Spectacular Test Runner for JavaScript...
  2721
模板引擎

Thymeleaf

Thymeleaf是面向Web和独立环境的现代服务器端Java模板引擎。(Thymeleaf is a modern s...
Like:
0
To the top