# tms-landing **Repository Path**: xiweicheng/tms-landing ## Basic Information - **Project Name**: tms-landing - **Description**: 类似slack barrychat的团队协作沟通&博文wiki&国际化翻译管理的web管理系统. - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 14 - **Forks**: 30 - **Created**: 2017-05-28 - **Last Updated**: 2025-04-02 ## Categories & Tags **Categories**: doc-tools **Tags**: None ## README ## TMS Landing着陆页前端工程 使用框架aurelia: http://aurelia.io 项目基于aurelia-cli: http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/the-aurelia-cli/1 ## step by step 全局安装aurelia-cli: `npm install aurelia-cli -g` 项目根目录下执行: ``` # 安装nodejs工程依赖 npm install # 开发模式 au run --watch # 生产构建 au run build --env prod ``` 生产构建后将整个工程目录下内容(排除node_modules目录)复制到 [tms工程](https://github.com/xiweicheng/tms) 的 `tms\src\main\resources\static\page` 目录下 ## 使用插件doc https://github.com/flesler/jquery.scrollTo https://github.com/chjj/marked https://www.npmjs.com/package/highlight.js https://github.com/zenorocha/clipboard.js https://github.com/lgarron/clipboard.js https://www.npmjs.com/package/dropzone https://github.com/enyo/dropzone https://github.com/layerssss/paste.js https://github.com/hustcc/timeago.js http://www.jacklmoore.com/autosize/ https://www.npmjs.com/package/jquery.hotkeys https://github.com/jeresig/jquery.hotkeys https://github.com/yuku-t/jquery-textcomplete https://github.com/yuku-t/jquery-textcomplete/blob/master/doc/how_to_use.md https://www.npmjs.com/package/aurelia-textcomplete https://github.com/NextStepWebs/simplemde-markdown-editor/ http://gromo.github.io/jquery.scrollbar/demo/basic.html https://github.com/gromo/jquery.scrollbar https://github.com/zenozeng/color-hash https://github.com/Nickersoft/push.js