zero1898 / html-webpack

html webpack模板

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-webpack

html webpack模板

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

使用攻略

  • 将你的 html/htm 等页面文件放在 src/views目录下
  • 将你的 sass/scss/css 等样式文件放在 src/styles 目录下
  • 将你的 js 等脚本文件放在 src/scripts 目录下
  • 将你的 图片/视频 等资源文件放在 static 目录下

About

html webpack模板


Languages

Language:JavaScript 83.3%Language:CSS 14.3%Language:HTML 2.4%