diff --git a/README.md b/README.md new file mode 100644 index 0000000..615da42 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Vuejs and webpack + +## Installation + +`npm install` + +## Build + +To bundle your js code simply use the below command + +`npm start` + +Alternatively you could return + +`node_modules/.bin/webpack --config webpack.config.js` diff --git a/dist/.gitignore b/dist/.gitignore new file mode 100644 index 0000000..0e804e3 --- /dev/null +++ b/dist/.gitignore @@ -0,0 +1 @@ +bundle.js diff --git a/index.html b/index.html index a6e25fc..c5ab1a6 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,6 @@