文件名称:es6-skeleton:一个固执的 ES6 + Grunt + webpack 骨架
文件大小:10KB
文件格式:ZIP
更新时间:2024-08-08 06:31:25
JavaScript
ES6 + Grunt + webpack 骨架 描述 这是一个固执的 ES6 + Grunt + webpack 骨架,还包括引导程序。 这个项目包括 webpack 作为模块打包器、grunt 作为任务运行器、karma 作为测试运行器、Jasmine 作为测试框架和 less 作为 css 预处理器。 您可以从 config/bootstrap/bootstrap.config.js 和 config/bootstrap/bootstrap.less 配置引导程序。 有关更多信息,请访问 。 安装 克隆这个 repo 安装全局包 sudo npm install -g grunt-cli karma-cli webpack webpack-dev-server 安装本地包 npm install 运行测试 npm test 构建应用 grunt build 从 publ
【文件预览】:
es6-skeleton-master
----webpack.config.js(1KB)
----Gruntfile.js(3KB)
----LICENSE(1KB)
----README.md(2KB)
----tests()
--------operationsTest.js(579B)
--------testIndex.js(196B)
----.gitignore(101B)
----app()
--------index.html(1KB)
--------styles()
--------Operations.js(322B)
--------config()
--------assets()
--------index.js(483B)
----karma.conf.js(3KB)
----package.json(1KB)