Chat by Vue + Webpack
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
2015-12-20:
npm install
# build:
npm run build
# start the server and watch (localhost:8080)
npm run dev