Skip to content
d0ganoo edited this page Aug 5, 2018 · 3 revisions

Starter project with VueJs and Webpack

Webpack configuration is split in 3 files:

  • webpack.common.js
  • webpack.dev.js
  • webpack.prod.js

Clone & npm install

Start server for dev:

npm run start

Build for prod:

npm run build

Clone this wiki locally