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 # Demo
https://rawcdn.githack.com/a2nt/webpack-bootstrap-ui-kit/master/dist/index.html https://rawcdn.githack.com/a2nt/webpack-bootstrap-ui-kit/master/dist/index.html
## Usage # Quick Start
Install required modules using: 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 npm install
Start development server: Edit files at ./src
Start development server at https://127.0.0.1:8001:
yarn start yarn start
Access development server at: Build your files to ./dist:
http://127.0.0.1:8001
Build your cropper script:
yarn build yarn build
## Directory structure ## Directory structure

View File

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