/vue-chat

chat example by vue.js + webpack

Primary LanguageJavaScript

Chat by Vue + Webpack

Live demo

update

2015-12-20:

  • vue 0.12 --> vue 1.0
  • add *.vue file and vue-loader
  • add webpack-dev-server

Setup

npm install

# build:
npm run build

# start the server and watch (localhost:8080)
npm run dev