npm install
to install dependencies
npm start
Here's a list of available tasks:
-
npm run build
- runs Webpack, which will transpile, concatenate, and compress (collectively, "bundle") all assets and modules into
dist/bundle.js
. It also preparesindex.html
to be used as application entry point, links assets and created dist version of our application.
- runs Webpack, which will transpile, concatenate, and compress (collectively, "bundle") all assets and modules into
-
npm run serve
- starts a dev server via
webpack-dev-server
, serving the client folder.
- starts a dev server via
-
npm run watch
- alias of
serve
- alias of
-
npm start
(which is the default task that runs when typinggulp
without providing an argument)- runs
serve
.
Follow the below link:
- runs
-
https://drive.google.com/open?id=0B47dE60iDbhHWW5VVVlmWXZTMjA