Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
/ webpack-starter Public archive

This repo help you to quickly build a webpack project

License

Notifications You must be signed in to change notification settings

hxfdarling/webpack-starter

Repository files navigation

webpack-starter

npm npm David David

This repo help you to quickly build a webpack project

Features

  • es6: by babel and it's presets and plugins
  • css module: by css-loader
  • vue: by vue-loader
  • webpack3 provides faster compilation
  • auto-reload by webpack-dev-server
  • have Vue component example

Quick start

Clone/Download the repo

# clone our repo
git clone  https://github.com/hxfdarling/webpack-starter.git

# change directory to our repo
cd webpack-starter

# install the repo with npm
npm i

# start the server
npm start

# bulid release
npm run bulid

go to http://localhost in your browser

License

MIT

About

This repo help you to quickly build a webpack project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published