sdras / vue-wine-label

A very silly demo showing how to make a wine label making dashboard with Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A very silly demo showing how to make a wine label making dashboard with Vue.js


Languages

Language:JavaScript 58.6%Language:Vue 33.6%Language:CSS 6.9%Language:HTML 1.0%