0.0.4 • Published 9 years ago

generator-framework v0.0.4

Weekly downloads
6
License
ISC
Repository
github
Last release
9 years ago

framework

A simple environment setup for rapid protoyping of your UI framework using webpack.

This generator is still a work in progress.

Installation

Install yeoman, framework, and webpack

$ npm install -g yo generator-framework webpack

Run

$ yo framework

Follow the instructions for setup!

Usage

Generate new components by:

$ yo framework:component "name"

Each component you make will be encapsulated in it's own folder located in src/components/ which contains a html, css, and js file.

Start the webpack server:

$ webpack-dev-server

Go to http://localhost:8080/webpack-dev-server/bundle and begin creating your framework's components!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

TODO

  • Add sass support
  • Interface webpack with gulp
  • Many other features...
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago