项目作者: pamcy

项目描述 :
A basic static site boilerplate to quick start development.
高级语言: JavaScript
项目地址: git://github.com/pamcy/Static-Site-Boilerplate-Webpack.git
创建时间: 2020-05-20T07:35:30Z
项目社区:https://github.com/pamcy/Static-Site-Boilerplate-Webpack

开源协议:

下载


Static Site Boilerplate Webpack

This excellent boilerplate is from Eric Alli , which I used as the starting point and made a fix for my own project.

Static Site Boilerplate

Installation

Clone repository from GitHub

  1. git clone https://github.com/pamcy/Custom-Webpack-Config-Boilerplate.git
  2. && cd Custom-Webpack-Config-Boilerplate && rm -rf .git && git init

Usage

Install dependencies

  1. npm install

Run the development server

  1. npm run start

Generate production-ready files

  1. npm run build:dist

FTP deployment

  1. npm run deploy

Features

  • Modern Technologies: Full support for HTML5, JavaScript (Vanilla and ES6) and CSS (Sass and PostCSS)
  • SCSS Architecture: Write my own playbook that covers variables, functions, mixins, and any utility classes.
  • Bootstrap 4 Grid System: It includes only grid system, flex utilities and reboot to build upon quickly.
  • Built-in Server: Local development server with hot reloading
  • Performance Tuning: CSS and JavaScript transpilation, bundling, autoprefixing, and minification
  • Code Linting: Full support for JavaScript (ESLint) and CSS (StyleLint) linting on VSCode
  • Setup Wizard: Optionally install jQuery
  • Cutting Edge: Uses Webpack for processing and bundling your code
  • Deployment: Built-in support for deployment via FTP