Webpack站点设置
Webpack设置,用于简单网站的前端开发。 从ES6和SCSS到ES5和CSS。
安装
克隆回购
# clone the repo
$ git clone https://github.com/vlada-j/Webpack-Site-Setup.git
# go into repo directory
$ cd Webpack-Site-Setup
# install repo dependencies
$ npm install
用法
# build js and css
npm run build
# watch files (js and scss) for changes then build
npm run watch
2021-03-08 15:06:06
144KB
HTML
1