Skip to content

pasanjg/vue2-components

Repository files navigation

FCL-Vue Components

Bootstrap-Vue components for FCL

CI

Bundling

Use webpack.config.js to create a production ready bundle

Install dependencies

npm install

Build

Create a production ready bundle in ./dist folder

npm run build

Development

Use VS Code Live Server extension or Browsersync to Live Reload

Setup Browsersync

  • Install Browsersync globally (one-time install)
npm install -g browser-sync
  • Start development server
npm start

Watch Sass using Live Sass Compiler Extension

Compile Sass or Scss to CSS at realtime