This UI Kit allows you to build Bootstrap webapp with some extra UI features.
Go to file
Tony Air 58bf6f924a Webpack build improvement 2019-10-20 08:19:20 +07:00
dist Webpack build improvement 2019-10-20 08:19:20 +07:00
src Client updates 2019-10-20 06:40:40 +07:00
.editorconfig Initial commit 2019-06-08 22:20:51 +07:00
.eslintignore Initial commit 2019-06-08 22:20:51 +07:00
.eslintrc Initial commit 2019-06-08 22:20:51 +07:00
.gitignore Sync to SilverStripe webpack kit 2019-06-08 22:57:04 +07:00
LICENSE Initial commit 2019-06-08 22:20:51 +07:00
README.md Demo link 2019-06-08 23:06:59 +07:00
package.json Webpack build improvement 2019-10-20 08:19:20 +07:00
webpack.config.js Webpack build improvement 2019-10-20 08:19:20 +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

Usage

Install required modules using: npm install

Start development server: yarn start

Access development server at: http://127.0.0.1:8001

Build your cropper script: 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