File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ and applications on [Google App Engine](http://cloud.google.com/nodejs).
3232- gcloud-node - [ Source code] [ gcloud_1 ] | [ Documentation] [ gcloud_2 ]
3333- Grunt.js - [ Source code] [ grunt_1 ] | [ App Engine Tutorial] [ grunt_2 ] | [ Live demo] [ grunt_3 ] | [ Documentation] [ grunt_4 ]
3434- Mailgun - [ Source code] [ mailgun_1 ] | [ App Engine Tutorial] [ mailgun_2 ] | [ Documentation] [ mailgun_3 ]
35+ - Webpack.js - [ Source code] [ webpack_1 ] | [ App Engine Tutorial] [ webpack_2 ] | [ Documentation] [ webpack_3 ]
3536
3637## Google Storage
3738
@@ -128,6 +129,10 @@ See [LICENSE](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/ma
128129[ mailgun_2 ] : https://cloud.google.com/nodejs/resources/tools/mailgun
129130[ mailgun_3 ] : http://www.mailgun.com/
130131
132+ [ webpack_1 ] : https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/master/appengine/webpack
133+ [ webpack_2 ] : https://cloud.google.com/nodejs/resources/tools/webpack
134+ [ webpack_3 ] : http://webpack.github.io/
135+
131136[ nodejs_1 ] : https://github.com/GoogleCloudPlatform/nodejs-getting-started
132137[ nodejs_2 ] : https://cloud.google.com/nodejs/getting-started/hello-world
133138[ nodejs_3 ] : https://cloud.google.com/nodejs/getting-started/tutorial-app
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ deploy this sample app.
77
88You can also view the [ live demo] [ 3 ] and read the [ Grunt.js documentation] [ 4 ] .
99
10-
1110[ 1 ] : http://gruntjs.com/
1211[ 2 ] : https://cloud.google.com/nodejs/resources/tools/grunt
1312[ 3 ] : http://grunt-dot-nodejs-docs-samples.appspot.com
Original file line number Diff line number Diff line change 1- ## Express .js + Webpack on Google App Engine
1+ ## Webpack .js + Express.js on Google App Engine
22
33> [ Webpack] [ 1 ] is a module bundler
44>
77This sample application demonstrates how to use [ Webpack] [ 1 ] to bundle frontend
88code and then serve it with [ Express.js] [ 2 ] on Google App Engine.
99
10+ Read the [ Webpack.js + Express.js on App Engine Tutorial] [ 3 ] for how to run and
11+ deploy this sample app.
12+
13+ You can also read the [ Webpack.js documentation] [ 4 ] .
14+
1015[ 1 ] : http://webpack.github.io/
1116[ 2 ] : http://expressjs.com/
17+ [ 3 ] : https://cloud.google.com/nodejs/resources/tools/webpack
You can’t perform that action at this time.
0 commit comments