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

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

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.