This UI Kit allows you to build Bootstrap webapp with some extra UI features.
Go to file
Tony Air f9d8bb8bb7 IMPROVEMENT: Build JS modules into separate files 2019-12-11 01:11:31 +07:00
dist IMPROVEMENT: Build JS modules into separate files 2019-12-11 01:11:31 +07:00
src IMPROVEMENT: Build JS modules into separate files 2019-12-11 01:11:31 +07:00
.editorconfig Initial commit 2019-06-08 22:20:51 +07:00
.eslintignore FIX: js liniting 2019-12-10 20:23:32 +07:00
.eslintrc Form toggle bugfixtures 2019-11-27 12:29:20 +07:00
.gitignore Sync to SilverStripe webpack kit 2019-06-08 22:57:04 +07:00
.npmrc Package registry fix 2019-11-25 15:42:03 +07:00
LICENSE Initial commit 2019-06-08 22:20:51 +07:00
README.md Update README.md 2019-12-10 20:35:00 +07:00
package.json IMPROVEMENT: extend size of cards in rows 2019-12-10 23:20:50 +07:00
webpack.config.js IMPROVEMENT: Build JS modules into separate files 2019-12-11 01:11:31 +07:00

README.md

webpack-bootstrap-ui-kit

Webpack Bootstrap 4 UI Demo

This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.

Demo

https://rawcdn.githack.com/a2nt/webpack-bootstrap-ui-kit/master/dist/index.html

Quick Start

Clone and setup quick start repository:

git clone https://github.com/a2nt/webpack-bootstrap-ui-kit-quick-start.git

cd ./webpack-bootstrap-ui-kit-quick-start

npm install

Edit files at ./src

Start development server at https://127.0.0.1:8001:

yarn start

Build your files to ./dist:

yarn build

Directory structure

src/ - your sources

-- src/scss/_variables.scss - specific app variables

-- src/scss/_layout.scss - specific app style

-- src/html - HTML templates

-- src/js/_events.js - app events definitions

-- src/js/_layout.js - app events definitions

-- src/js/_components - ui components

-- src/img - some example images

dist/ - compiled scipts after "yarn build"

You can open dist/index.html to see demo