Based on the webpack-simple template for vue-cli.
Clone this repository and change to the directory of the template, make your changes, add a feature, improve a styling, whatever. PR it then.
# Install dependencies
npm install
# Serve with hot reload
npm run devMake the changes you you want to make and pull request it.
For now clone the repository and perform the constribution setup.
Make sure you have vue-cli and vue-init installed.
$ npm install -g @vue/cli
$ npm install -g @vue/cli-initIn your terminal prompt, this will use the lates version of the template.
$ vue init ensibuuko/vue-bootstrap-template your-project-nameTo use the development branch
$ vue init ensibuuko/vue-bootstrap-template#develop your-project-nameThe style sass file has been customized to demonstrate how you can use it to style your website colors according to your needs. All customizations goes into 'styles/custom.scss file.'
Contributions are welcome for addition of these. This could grow out to be starter for a webapp but lets see where it all takes us.
- Webpack template installable with
vue init. - Vue Router setup
- Vuex setup
