About

cover

A ready to use web app template powered by zUIx. Site structure and content management are based on a simple configuration file.

Features

UI setup

Layout & Animations

User Interface

The following libraries are installed by default but feel free to replace them with your favourite ones.

Installation

Download or clone this repository

 git clone https://github.com/zuixjs/zuix-web-book.git
 cd zuix-web-book.git

Install development dependencies

npm install

Build system

This template is based on zuix-web-starter build system.

Usage

Start local web server

npm start

Start auto-build script (watch file tree for changes and auto-rebuild)

npm run watch

Or manual building

npm run build

website source files are located in the ./source folder and are generated in the ./docs folder. This setting can be changed by modifying the ./config/default.json file.

Configuration options

The default configuration is read from config/default.json: See zuix-web-starter repository for all features and documentation.

Lighthouse PWA report

LightHouse Score

Got any question or request?

File a ticket via the repository issue tracker.