# vue_shop **Repository Path**: fcant/vue_shop ## Basic Information - **Project Name**: vue_shop - **Description**: QST商城项目前端Vue开发 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue_shop > A Vue.js project ## Build Setup ``` bash # install dependencies cnpm install # serve with hot reload at localhost:8080 cnpm run dev # build for production with minification cnpm run build # build for production and view the bundle analyzer report cnpm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). # 项目开发进度笔记 ----- ## 1.安装前后端请求工具 ```bash $ cnpm i vue-resource -S $ cnpm i axios -S ``` ## 2.安装样式组件库 ```bash $ cnpm i element-ui -S $ cnpm i mint-ui -S ``` ## 3.安装Vuex ```bash $ cnpm i vuex -S ``` ## 4.安装时间插件moment ```bash $ cnpm i moment -S ```