文件名称:TypeScript-skeleton:固执己见的TypeScript + Grunt + Webpack框架
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-11 13:00:15
JavaScript
TypeScript + Grunt + Webpack框架 描述 这是一个自以为是的TypeScript + Grunt + Webpack框架,还包括引导程序。 该项目包括webpack作为模块捆绑器,grunt作为任务运行器,karm作为测试运行器,Jasmine作为测试框架,较少作为css预处理器。 您可以从config / bootstrap / bootstrap.config.js和config / bootstrap / bootstrap.less配置引导程序。 有关更多信息,请访问 。 安装 克隆此仓库 安装全局软件包 sudo npm install -g grunt-cli karma-cli webpack webpack-dev-server tsd 安装本地软件包 npm install 安装打字 tsd install 运行测试 npm test
【文件预览】:
TypeScript-skeleton-master
----package.json(1KB)
----tests()
--------testIndex.js(196B)
--------operationsTest.ts(576B)
----LICENSE(1KB)
----app()
--------config()
--------assets()
--------index.html(1KB)
--------styles()
--------index.ts(484B)
--------Operations.ts(353B)
----Gruntfile.js(3KB)
----.gitignore(124B)
----tsd.json(446B)
----webpack.config.js(1KB)
----karma.conf.js(2KB)
----README.md(2KB)