donniewang / koa-vue-example

An example of using koa, vue, vue router. 一个使用koa, vue, vue router的简单例子。
MIT License
32 stars 8 forks source link

Simple... but a little more comment #1

Closed tvld closed 8 years ago

tvld commented 8 years ago

We are trying to finalize our choices for the libraries for our new app. Koa + Vue seems the way to go :)

Could you provide a little more comment for the hot code reload / normal build. I find it hard to understand.,..

donniewang commented 8 years ago

It uses the webpack-dev-server to provide the hot code reload, you can config it in file build/webpack.dev.config.js. That normal build actually is running script, you can find it in the file package.json.