0.2.6 • Published 10 years ago

ya-ui v0.2.6

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Ya-UI

Build Status Dependency Status Coverage Status Gitter

web components build with React

###Directory structure

|- asset/ #font and background images etc
|- dist/     #build directory
|- example/
  |- selected/  #selected's example
  |- index.html #example index.html
|- src/      #source directory
  |- component/ # web component
  |- lib/ #helper and tool
  |- index.es6 # entry point
|- task/ #build tasks
|- package.json

###Get Started

  1. install via npm

    npm install

    or directly include yaui.js into page

  2. require this module in your code

    var yaui = require("ya-ui");
    var Selected = yaui.component.Selected
    // coding

Customize build

npm run build

Customize release

npm run release

Develop examples

  1. develop with your own example
  • when start new example,some build and inject work need to be done

    npm run develop-example
  • reqired work finished,start develop server

    npm start
  1. release you own example
  • like develop workflow,build and inject work need to be done

    npm run deploy-example
  • then deploy example directory to your own server

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago