Skip to content

jiang-ning/webpack-static-page-builder

Repository files navigation

logo

Webpack static page builder

Webpack static page builder is a pre-built multilingual website solution base on Webpack.

  • Integrated Webpack 5 with Bootstrap 5, Swiper 7 and jQuery 3.
  • One set of code to generate in-built multilingual sites, easy to maintainance.
  • Build-time localization is better for the SEO than the Run-time localization.

Demo

Prerequisites

Usage

  1. Install the dependencies after cloned the code repository.
npm install
  1. Run development mode, your default web browser will pop up with port 8080 and watching any changes, modify codes in this pre-built website to become the site you want to build.
npm run start
  1. Run production mode, a new directory "dist" will generated includes all the multilingual sites, which you can put them all to the www root in your production server.
npm run build

Changelog

Learn about the latest improvements.

License

Webpack static page builder is MIT licensed.