You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE: This workflow is now using Webpack 2 beta. There is a branch with the old workflow if you want to use it.**
6
6
7
-
**NOTE 2: THIS IS STILL WIP, I WILL REMOVE THIS CAPS WHEN I AM SURE IT WORKS PERFECTLY.**
8
-
9
-
This workflow serves as a starting point for building Angular 1.x applications using WebPack 2. Should be noted that apart from the pre-installed angular package, this workflow is pretty much generic.
7
+
This workflow serves as a starting point for building Angular 1.x applications using Webpack 2. Should be noted that apart from the pre-installed angular package, this workflow is pretty much generic.
10
8
11
9
## Features
12
10
@@ -31,7 +29,7 @@ $ npm install
31
29
32
30
## Scripts
33
31
34
-
All scripts are run with `npm run [script]`, for example: `npm run test`.
32
+
All scripts are run with `npm run [script]`, for example: `npm run build`.
35
33
36
34
*`build` - generate a minified build to dist folder
37
35
*`start` - start development server, try it by opening `http://localhost:8080/`
0 commit comments