项目作者: bellizio

项目描述 :
An Angular starter kit with Webpack
高级语言: JavaScript
项目地址: git://github.com/bellizio/angular-webpack.git
创建时间: 2016-11-24T16:38:26Z
项目社区:https://github.com/bellizio/angular-webpack

开源协议:MIT License

下载


Angular Webpack

An Angular starter kit with Webpack

Getting Started

Dependencies

Setup

  1. git clone https://github.com/bellizio/angular-webpack.git
  2. cd angular-webpack
  3. yarn install

Overview

This is an Angular Webpack starter kit based on the official Angular Webpack guide. It includes everything detailed in the guide with a few modifications in order to incorporate the following:

Scripts

Development

npm start - builds and serves the app at localhost:8080

Production

npm run build:prod - builds the app for production

npm run serve:prod - builds the app for production and starts a local server at localhost:8080

Testing

npm test - runs all unit tests