# webpack3-html-quick **Repository Path**: siwi-start/webpack3-html-quick ## Basic Information - **Project Name**: webpack3-html-quick - **Description**: webpack3 pug less/sass/stylus - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-07-22 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # siwi 快速开始项目 ``` "dev": "webpack-dev-server", "start": "webpack --watch", "html": "pug ./src/pages --watch --pretty --out ./dist", "build": "webpack -p --progress --profile --colors", "test": "echo \"Error: no test specified\" && exit 1" ``` * npm run dev * npm run start * npm run html * npm run build #### 集成了 less less-loader sass sass-loader stylus stylus-loader #### 集成了 编译 html 选装pug-cli * yarn 安装 > yarn install -g pug-cli * npm 安装 > npm install pug-cli -g