/leapq

customizing Leap-Q as questionnaire

Primary LanguageVueMIT LicenseMIT

leapq

questionary of leapQ

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

Release

# build production dist
npm run build

# update version in package.json

# commit dist for release
git add -A && git commit -m "Release <version>"

# push code to master
git push origin master

# release
npm run release