A starting point for vue apps with routing, webpack, gulp, babel, etc.
This is my solution to the problem that is modern web stacks. This should serve as a starting point for most websites I'll need.
- Pre-configured gulp tasks:
- Hot reload node on changes in app/*
- Automatically babel and webpack on changes in public/assets/js/src/*
- Webpack support for vue-loader
- Means single-file vue components for organized front-end routing
git clone <this repo> <dir> # download this repo
cd <dir> # enter new directory
vim package.json # change name/desc/etc.
yarn upgrade # upgrade and install dependencies
yarn start # that's it!
SASS/SCSS support if needed- not needed - just
yarn add scss-loader
and add lang="scss" to your component :)
- not needed - just
Mongoose boilerplate?- mongo sux, sql all day