dischinator / phonebook

Little phonebook web app as a VueJS example.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phonebook

Little Phonebook app as Vue example using Webpack and vue-loader

Installation

After cloning change into the clone directory and do

npm install
cp src/config.dist.hson src/config.hson
npm run dev

Now just point your browser to (http://localhost:8080/webpack-dev-server/) to start the app in dev mode.

You can also configure saving and loading of entries using REST if you copy config.dist.hson into config.hson and configure a valid thethings.io token.

About

Little phonebook web app as a VueJS example.


Languages

Language:Vue 75.5%Language:JavaScript 22.2%Language:HTML 2.3%