/vue-douban

Primary LanguageJavaScript

使用vue-cli搭建小项目

项目虽小,但五味杂全,适合于vue新手观摩与练习。

安装步骤

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

后期还有加入vuex,实现vue全家桶概念

For a detailed explanation on how things work, check out the guide and docs for vue-loader.