QR code generator for urls with shortener functionality https://qrs.li/

hd 36f69ccca0 first setup commit 7 éve
build 36f69ccca0 first setup commit 7 éve
config 36f69ccca0 first setup commit 7 éve
src 36f69ccca0 first setup commit 7 éve
static 36f69ccca0 first setup commit 7 éve
test 36f69ccca0 first setup commit 7 éve
.babelrc 36f69ccca0 first setup commit 7 éve
.editorconfig 36f69ccca0 first setup commit 7 éve
.gitignore 36f69ccca0 first setup commit 7 éve
.postcssrc.js 36f69ccca0 first setup commit 7 éve
README.md 36f69ccca0 first setup commit 7 éve
index.html 36f69ccca0 first setup commit 7 éve
package-lock.json 36f69ccca0 first setup commit 7 éve
package.json 36f69ccca0 first setup commit 7 éve

README.md

qr-urlshort

A QR code generator with url shortener include

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

# Run using pm2
Install pm2: npm install pm2 -g 
pm2 start build/dev-server.js --name qr-urlshortner

Made with guide and docs for vue-loader.