Skip to content

A great way to organize your project without much abstraction.

License

Notifications You must be signed in to change notification settings

guibrancopc/webpack-scaffold

Repository files navigation

Webpack Scaffold

Just a way to learn what CLI's do behind the scenes.

Features available

  • Webpack Development mode; ✔️
  • Webpack Production mode; ✔️
  • ES6 Compatibility; ✔️
  • Vue.js Compatibility (Single File Component) ✔️
  • Unit test suite with Jest with Vue.js compatibility; ✔️
  • Coverage Report; ✔️
  • Linter with live reload. ✔️

Commands

At first

~ npm install

Development server

~ npm start

Unit tests

~ npm test

Serve coverage report

~ npm run cov

Build for production

~ npm run build:only

Serve dist folder

It's required the build command once at least.

~ npm run dist

Build for production and serve dist folder in sequence

~ npm run build

Linter report in console

~ npm run format

About

A great way to organize your project without much abstraction.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published