vue-wine-label
vue-wine-label copied to clipboard
A very silly demo showing how to make a wine label making dashboard with Vue.js
vue-wine-label
A very silly demo showing how to make a wine label making dashboard with Vue.js
The live demo can be seen at http://codepen.io/sdras/pen/BpjQzE/
Playing around with dynamic SVGs and SVG text.
Usage
This was built with vue-cli, webpack config. This uses vue-loader. If you'd like to view it locally, run npm install
or yarn install
and npm run dev
for dev build.
serve with hot reload at localhost:8080
npm run dev
build for production with minification
npm run build
run unit tests
npm run unit
run e2e tests
npm run e2e
run all tests
npm test