Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 678 Bytes

cosmodrome-v

Gulp/Webpack hybrid scaffolding for projects based on Vue and Bootstrap

Initial setup

Run npm install.

Editor configuration

All covered by .editorconfig. Just make sure you have IDE/Editor specific support enabled.

Every day development

Without server: npx gulp watch-dev
With server: npx gulp server-dev With server + production build: npx gulp server

Production build

Run npx gulp build

Notes

  • 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