README update

This commit is contained in:
Tony Air 2019-12-10 20:32:06 +07:00
parent f8c5f5df35
commit 6c09ba0f4f
2 changed files with 10 additions and 8 deletions

View File

@ -7,17 +7,19 @@ 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:
# 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
Start development server:
Edit files at ./src
Start development server at https://127.0.0.1:8001:
yarn start
Access development server at:
http://127.0.0.1:8001
Build your cropper script:
Build your files to ./dist:
yarn build
## Directory structure

View File

@ -1,6 +1,6 @@
{
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.1.7",
"version": "1.2",
"author": "Tony Air <tony@twma.pro>",
"license": "MIT",
"description": "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.",