0.5.6 • Published 11 years ago

wpt v0.5.6

Weekly downloads
9
License
-
Repository
-
Last release
11 years ago

webpack/template

Scaffolding for webpack wep apps. (Coming soon)

Features:

  • Create web apps by scaffolding.
  • Update scaffolded web app if the template updates.
  • Install webpack-template-modules, which add some stuff to the template
  • i. e. jQuery, bootstrap, node.js server, etc.
  • Include development server for just-in-time compiling (just edit the source and update your browser).
  • Includes all webpack features: Just require any resource (css, less, coffee, png).
> npm install webpack-template -g

> webpack-template create
appName: my-test-app
author: Your Name

> cd my-test-app

> webpack-template install jquery
Installing jquery webpack-template-module (wtm)...
Done. You need to republish or restart the dev-server.

> webpack-template update
No need to update template.
Check for wtm updates...
No need to update jquery wtm.
Done.

> webpack-template disable cacheManifest
Done. You need to republish or restart the dev-server.

> publish
...

> index.html

WIP: It does not work yet. Just the template exist. You may copy it to create a web app.

0.5.6

11 years ago

0.5.5

11 years ago

0.5.4

11 years ago

0.5.3

11 years ago

0.5.2

11 years ago

0.5.1

11 years ago

0.5.0

12 years ago

0.4.2

12 years ago

0.4.1

12 years ago

0.4.0

12 years ago

0.3.3

12 years ago

0.3.2

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago