angular4-seed-starter
angular4-seed-starter copied to clipboard
An angular4 starter with webpack2+aot+lazyload+hmr+scss(个人搭的angular4 starter,使用webpack2,包含aot、lazyload、scss、热替换功能等等)
angular4-seed-starter
An angular4 starter with webpack2+aot+lazyload+hmr+scss 个人搭的angular4 starter,使用webpack2,包含aot、lazyload、scss、热替换功能等等
screenShot 截图

effect 效果

usage of command line 命令行用法
npm install
develop(port:8111) ---- 开发(端口:8111)
npm start
aot、production(port:8112) ---- aot编译(端口:8112)
npm run buildnpm run server
attention 注意
This starter does not contain the Front end Test.
此项目没有包含前端测试功能及框架。
Just use the @ngtool/webpack 1.3.0 and [email protected] now.
目前使用 @ngtool/webpack 1.3.0版本 还有 webpack 2.2.0版本。