Skip to content

Webpack build es6 project using jquery. and make the common logic used by Nodejs

Notifications You must be signed in to change notification settings

Kerryway/WebPack-Jquery-Nodejs-Demo

 
 

Repository files navigation

Webpack ES6 resolve your needed jQuery to es6 and resove current js file to node js service

The project that shows how to use webpack for client-side development in ECMAScript 6 and using jQuery web front design

Nodejs run common model logic.

Installation

Usage

npm

    1. npm install imports-loader
    1. npm install babel-loader babel-core babel-preset-es2015 --save-dev
    1. npm install babel --save-dev

#npm node

    1. npm install fs
    1. npm install path
    1. npm install source-map-support
  • ----ayalize tools

  • node lib/server-development

Usage

  • open index.html in a browser.

  • Change or add files in es6 folder. ./appbundle/app.bundle.js is the entry point.

  • Reload the browser when you have made a change.

  • When using Nodejs in command

  • run npm start

About

Webpack build es6 project using jquery. and make the common logic used by Nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.1%
  • CSS 6.9%