Website for Awecode - https://awecode.com
git clone
https://github.com/awecode/awecode.github.io
cd awecode.github.io
yarn install
yarn watch
yarn build
- vanilla-lazyload: A fast, lightweight script to load images as they enter the viewport. SEO friendly, it supports responsive images (both srcset + sizes and picture) and progressive JPEG
- css-loader: css loader module for webpack
- extract-text-webpack-plugin: Extract text from bundle into a file.
- node-sass: Wrapper around libsass
- package-json-to-readme: Generate a README.md from package.json contents
- sass-loader: Sass loader for webpack
- style-loader: style loader module for webpack
- webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.