lostinlight / vuejs-wishlist

:star2: Vue 2, Vuex, webpack CRUD-like simple wishlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open source for the win

Vue.js Wishlist

Vue.js client-side implementation of a simple demo I did a while ago

Stack

Preview

Live Demo → deployed to Surge

preview screen

Please, let me know in issues if there's something to improve.

TODO

  • tests
  • replace window alert with html modal
  • polyfill Object.assign() for IE

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:1336
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

Tests

On Linux, you might need to set $CHROME_BIN variable in your system

echo 'export CHROME_BIN="/usr/bin/chromium-browser"' >> ~/.bashrc && source ~/.bashrc

About

:star2: Vue 2, Vuex, webpack CRUD-like simple wishlist


Languages

Language:JavaScript 57.1%Language:CSS 23.0%Language:Vue 16.7%Language:HTML 3.2%