Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 818 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 818 Bytes

chrome_extension_qrshare

You can download it from here

##Version 1

###Commands

You can execute following commands in the folder of 'v1'

  1. Init The Project

    npm run init
  2. Build For Development

    npm run dev
  3. Build For Release

    npm run release
  4. Get Help

    npm run help

###Dependency

  1. nodejs、npm

    Suggest you install nodejs with nvm (https://github.com/creationix/nvm), you can install nodejs like this:

    nvm install 5.0
    nvm use 5.0
  2. gulp

    npm install -g gulp
  3. bower

    npm install -g bower