项目作者: bigstepdenmark

项目描述 :
Webpack v4 Boilerplate
高级语言: JavaScript
项目地址: git://github.com/bigstepdenmark/webpack4-boilerplate.git
创建时间: 2018-12-03T01:14:42Z
项目社区:https://github.com/bigstepdenmark/webpack4-boilerplate

开源协议:MIT License

下载


Webpack 4 Boilerplate

Plain webpack 4 boilerplate with Babel, SASS and webpack-dev-server on board.

Requirements

  • Node.js
  • npm

Download

  1. git clone https://github.com/bigstepdenmark/webpack4-boilerplate.git

Getting Started

Install dependencies.

  1. npm install

Build the current application.

  1. # Development
  2. npm run build:dev
  3. # Production
  4. npm run build:prod

Run the local webpack-dev-server. This command will start a server instance and begin listening for connections from localhost on port 9900.

  1. npm run serve

Changelog

Go to Changelog