Donut -- 使用 webpack + vue + vue-router + stylus 搭建的web应用。
# install dependencies
npm install
# development
npm run dev
# build for production
npm run build
如果 npm install 比较慢,建议使用淘宝的镜像安装。
配置:npm config set registry=https://registry.npm.taobao.org
# use
cnpm install