Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

A full-featured Webpack setup of a vue-cli starter with bootstrap 4 and hot-reload.

License

Notifications You must be signed in to change notification settings

Ensibuuko/vue-bootstrap-template

Repository files navigation

splash-image

Vue Bootstrap Webpack Started

Based on the webpack-simple template for vue-cli.

Contribution Setup

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.

Usage

Creating your project

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.'

Roadmap

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