`

kendo app & spring integration after Angular fullstack builds app

 
阅读更多

modify loacle static files load pah before build

 

grunt build--->dist

 

copy dist/public folder to spring project folder securityResources ,note:Don't have to copy bower_components folder if no new bower components were added!

copy client/assets/css&js folder to assets folder

copy i18n folder to app folder

 

edit index.html-->home.jsp

 

modify relative path to absolute path

1)app/---->/BookingSystem/app/  in index.html;  assets/js-------->/BookingSystem/assets/js in index.html; ../../assets/images--->/BookingSystem/assets/images in index.html

2)bower_components/---->/BookingSystem/bower_components/ in index.html

3)The path of [angularjs library:anguar.js,angular-resource.js,angular-cookie.js,angular-sanitize.js] will be changed  when angular-fullstack building app,Please update version of angular

[

    <script src="bower_components/angular/angular.js"></script>

    <script src="bower_components/angular-resource/angular-resource.js"></script>

    <script src="bower_components/angular-cookies/angular-cookies.js"></script>

    <script src="bower_components/angular-sanitize/angular-sanitize.js"></script>

]

will be changed to

 

[

    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular.min.js"></script>

    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular-resource.min.js"></script>

    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular-cookies.min.js"></script>

    <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.4/angular-sanitize.min.js"></script>

]

Now stable version is 1.4.9,please change 1.4.4 to 1.4.9   

 

3)../../assets/images---->/BookingSystem/assets/images in app.js

4)app/i18n---->/BookingSystem/app/i18n in app.js

5)bower_components/kendo-ui ------------------> /BookingSystem/bower_components/kendo-ui in app.js

6)http://192.168.88.14:8400/BookingSystem------------>/BookingSystem in app.js

 

7)../../assets/images---->/BookingSystem/assets/images  in app.css

8)modify date format --->yyyy/M/d  in cultrue-en_US.js and cultrue-zh-HK.js and cultrue-zh-CN.js

9)close button x---A~ problem:securityResources\bower_components\angular-prompt\dist\angular-prompt.js save as UTF-8 file.

10)kendo culture chinese fonts encoding problem solved:copy original culture json file,as as utf-8 encoding file.

 

 

分享到:
评论

相关推荐

    kendo-ui-for-angular

    Kendo Angular培训材料用户界面 该存储库包含幻灯片,示例项目和样板代码,用于使用Angular和Kendo UI进行交互式演示项目。 先决条件 克隆 git clone ...

    Angular-kendo-angular.zip

    Angular-kendo-angular.zip,问题跟踪器-剑道用户界面用于角度剑道用户界面,Angularjs于2016年发布,是Angularjs的重写版。它专注于良好的移动开发、模块化和改进的依赖注入。angular的设计目的是全面解决开发人员的...

    kendoui.for.jquery.2019.1.220.zip

    Kendo UI for jQuery Integration You can use the Kendo UI widgets for jQuery along with Kendo UI components for Angular in the same application. To use the Kendo UI widgets for jQuery together with ...

    kendo-ui-grid-csv-export:从 Kendo UI 网格导出 CSV 的 Angular 指令

    剑道-ui-grid-csv-export 从 Kendo UI 网格导出 CSV 的 Angular 指令。 演示: : ======================== MIT 许可证 (MIT) 版权所有 (c) 2014 Marcell Scarlett 特此授予任何人免费获得本软件副本和相关文档文件...

    KendoUI Profession 2014Q2

    例如,可以使用AngularJS的ng-repeat指令来动态渲染KendoUI网格中的数据,或者结合KendoUI的图表组件与Angular服务来实时更新图表数据。 在开发过程中,KendoUI Professional 2014 Q2可能会提供丰富的文档和示例...

    kendoUI professional实战代码

    Kendo UI Professional目前最新提供Kendo UI for jQuery、Kendo UI for Angular、Kendo UI Support for React和Kendo UI Support for Vue四个控件。Kendo UI for jQuery是创建现代Web应用程序的最完整UI库;Kendo UI...

    kui-tour-of-heroes-releases:在Kendo UI for Angular中展示最新版本的地方。 使用MLP并使用Kendo UI重新构想的《英雄之旅》应用程序

    这是Angular Tour of Heroes应用程序,其中添加了Kendo UI for Angular。我用MLP角色替换了默认英雄,从而增添了乐趣! 入门 克隆应用 npm安装 npm开始 Kendo UI中最新的Angular 新组件:ListView :collision: 新...

    kendoui 3.913版

    `apptemplates`可能包含了一些启动模板,帮助开发者快速搭建基于kendoui的应用程序结构。这些模板通常预设了基本的页面布局和组件配置,为开发过程提供了便利的起点。 `vsdoc`目录可能包含Visual Studio的文档文件...

    kendo-angular-stackblitz-app:这是一个用Kendo UI for Angular构建的示例应用程序-一个包含70多个专门为Angular从头开始构建的UI组件的库

    【Kendo UI for Angular】是Telerik公司推出的一款强大的前端开发框架,专为Angular开发者设计,提供了超过70种高质量的UI组件,包括数据网格、图表、日期选择器、下拉列表、分页器等,使得开发人员可以快速构建功能...

    Kendo UI框架grid的Excel导出功能改进js代码

    Kendo UI框架提供了强大的Excel导出功能,通过Grid的saveAsExcel能方便地导出Grid中的数据,而且格式美观大方,使用起来也非常方便。但是在实际使用中不是很理想,主要有以下两个问题: 1. 导出的列数据是原始值 ...

    Kendo UI for Vue.docx

    4. 导入 Kendo UI 包:在 App 组件中导入 Kendo UI 包。 5. 注册 DropDownList 组件:注册 DropDownList 组件并添加到组件集合中。 6. 声明 DropDownList 组件:在 Hello.vue 文件中声明 DropDownList 组件并添加到...

    kendo-angular:问题跟踪器-Kendo UI for Angular

    Kendo UI for Angular Kendo UI for Angular使用GitHub Issues作为官方的错误跟踪器。 该存储库旨在通过提供有关可用支持选项的信息并存储从Angulart官方Kendo UI中引用的示例项目来支持用户。 该存储库不包含组件的...

    kendo-jalali-date-inputs:这是基于kendo-dateinputs的Angular 2应用程序的可配置jalali(波斯语,khorshidi,shamsi,jalali)日期输入。

    这是基于kendo Angular 2应用程序的可配置jalali(波斯语,khorshidi,shamsi,jalali)日期选择器。 屏幕截图 安装: 从npm下载: npm install @tiampersian/kendo-jalali-date-inputs --save 在打字稿(.ts)或...

    angular-kendo:为Kendo UI小部件创建一组可靠的Angular.js绑定的项目

    Angular-Kendo集成已在和正式添加,并作为Kendo UI Professional的一部分得到支持。 因此,不再需要从此存储库加载angular-kendo.js ,因为它已被弃用。 我们强烈建议使用官方的Angular集成,因为将来只有这些集成会...

    kendo-ui-dashboard:Kendo UI仪表板,具有Kendo UI小部件,Bootstrap和Angular JS

    kendo-ui-dashboard Kendo UI仪表板,具有Kendo UI小部件,Bootstrap和Angular JS。设置安装节点-https: 在控制台中运行“ npm install” 运行服务器“节点服务器” 在上打开应用

    kendo ui学习资料

    8. **Wrappers** 文件夹:可能包含了针对不同前端框架(如Angular、React、Vue等)的Kendo UI包装器,使得Kendo UI可以无缝集成到这些现代前端框架中。 9. **Styles** 文件夹:这里是Kendo UI的CSS样式文件,包括...

    KendoUI速查手册--中文

    Kendo UI 是一款由 Telerik 公司开发的前端 JavaScript 框架,专门用于构建交互式的 Web 应用程序。这个“Kendo UI 速查手册”提供了全面且详细的中文指南,帮助开发者快速掌握和应用 Kendo UI 的各种组件、功能和...

    kendoui.for.jquery.2018.3.911.commercial

    Kendo UI 2018 R3版本还包含了对Angular、React和Vue.js等现代前端框架的支持。这意味着开发者可以选择他们熟悉的前端技术栈,同时享受到Kendo UI的组件库和服务。这种跨平台兼容性使得Kendo UI成为构建复杂单页应用...

    kendo-angular-messages:本地化消息 - Angular 的 Kendo UI

    Angular 的 Kendo UI:本地化消息 概述 此存储库包含用于 Angular 的 Kendo UI 组件的翻译消息。 它还包括一个实用程序,用于以 XLIFF 格式在应用程序消息文件中填充这些消息。 有关更多详细信息,请参阅关于的文章...

    ui jquery kendo ui 一个不错的国外ui kendoui 又名剑道UI

    Kendo UI 是一款由Telerik公司开发的前端开发框架,主要针对jQuery库进行了深度集成,提供了丰富的用户界面组件,使得开发者能够快速构建交互性强、视觉效果优秀的Web应用程序。"剑道UI"是Kendo UI的一个通俗别称,...

Global site tag (gtag.js) - Google Analytics