Skip to content

mechtool/angular2-webpack2-aot2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular2-webpack2-aot

webpack2 config settings JIT / AOT compile with lazy Load

Quick start

# clone  repo
git clone https://github.com/tk5641/angular2-webpack2-aot

# change directory to repo
cd angular2-webpack2-aot

# install the repo with npm
npm install

# run server for dev mode with webpack-dev-server
# localhost:7777
npm start

# build angular App with JIT compile
npm run build

# build angular App with AOT compile
npm run build:aot

# If you do not have webpack module globally run this first
npm install -g webpack@^2.2.1

# If you do not have rimrak module globally run this first
npm install -g rimraf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published