mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 09:05:45 +00: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
|
# 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
|
||||||
|
@ -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.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user