Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vikingmute/webpack-basic-starter

Repository files navigation

webpack-basic-starter

A basic webpack starter kit.

this demo shows how webpack works with sass, es6, third-party library(jQuery, moment .etc), legacy javascript code(like jQuery plugin).

How is it work? install the deps we are testing library using npm(jquery, moment) and bower (lodash).

npm install && bower install

run the dev server

npm run start

then open your http://localhost:8080 see how the magic happens.

deployment

npm run build

then you'll find a new build folder generated.

TODO: testing

npm run test

About

a basic webpack starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /