Skip to content

FrontendMatter/bs-layout-boilerplate-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bs-layout-boilerplate-vue

Vue.js application boilerplate using Bootstrap Layout.

Demo

You can see a working live demo of this boilerplate.

Features

Usage

Clone the boilerplate repository

git clone https://github.com/themekit/bs-layout-boilerplate-vue.git my-project
cd my-project

Install dependencies

npm install

Production build

Prerequisites

You should have webpack installed globally:

npm install -g webpack

Includes minification and several optimizations:

npm run build

Development build

A faster build suited for development, with no optimizations and without minification:

npm run build-dev

Development server

You can start a development server on http://localhost:8080, with FAST incremental builds and HOT reloading (using webpack-dev-server).

Prerequisites

npm install -g webpack-dev-server

Start server

npm run dev

Get help

Get help directly from our team via our Slack channel. Request invite