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.
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.
npm run dev
npm run build
npm run unit
npm run e2e
npm test