1.0.1 • Published 5 years ago

fil_wepack_module_but v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

This is an educational project to create modules for incrementing a button and then assembling it using wepack.

The project uses the following modules:

  • Babel : to transport new javascript features with all browsers
  • html-webpack-plugin : to use html templates
  • style-loader, css-loader, extract-text-webpack-plugin: to connect style files, build into a single file and further connect with one file
  • webpack : to build a project
  • webpack-dev-server: to run a local server

To get started, download the module.

npm install --save-dev fil_wepack_module_but

Then you need to build a project.

npm run build

Then start the server and go to the address where the project is running.

npm run start:dev