mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
README update
This commit is contained in:
parent
f8c5f5df35
commit
6c09ba0f4f
16
README.md
16
README.md
@ -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
|
||||
|
@ -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.",
|
||||
|
Loading…
Reference in New Issue
Block a user