0.0.3 • Published 8 years ago

jadepress-plugin-qr v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

jadepress-plugin-qr

Build Status

jade-press plugin which add qrcode api /qr?text={text}

use

//in jade-press config.js
exports.setting = {
    //...
    plugins: {
        'jadepress-plugin-qr': '*'
    }
    //...
}

then install

gulp install

test

#for mongodb driver ubuntu (optional)
#sudo apt-get install libkrb5-dev
#or visit https://github.com/mongodb/node-mongodb-native#troubleshooting for more

#for canvas ubuntu (optional)
#sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
#visit https://www.npmjs.com/package/canvas for more platform

#makesure your mongodb service is running

git clone https://github.com/jade-press/jadepress-plugin-qr.git
cd jadepress-plugin-qr
npm install node-gyp -g
npm install mocha -g
npm install bower -g
npm install
bower install
npm i jadepress-theme-pi
mkdir node_modules/jadepress-plugin-qr
cp -r plugins node_modules/jadepress-plugin-qr/

# if edit file, run "gulp watch"
npm run test

# if npm install failed
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago