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 dev
Make 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-init
In your terminal prompt, this will use the lates version of the template.
$ vue init ensibuuko/vue-bootstrap-template your-project-name
To use the development branch
$ vue init ensibuuko/vue-bootstrap-template#develop your-project-name
The 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