Gulp/Webpack hybrid scaffolding for projects based on Vue and Bootstrap
Run npm install
.
All covered by .editorconfig
. Just make sure you have IDE/Editor specific support enabled.
Without server: npx gulp watch-dev
With server: npx gulp server-dev
With server + production build: npx gulp server
Run npx gulp build
- server serves files from
web
directory - static assets, like images and fonts should go directly to
web
directory - this setup includes Vuex
- examples of both SingleFile vue component and "raw" JS component are present